adding python src and renamin _ext

This commit is contained in:
Erik Frojdh
2023-06-02 09:34:28 +02:00
parent 1985beca05
commit 9d890adef8
4 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,7 @@ debug: ## Build extension with debug prints and assertions
python setup.py build_ext --inplace -UNDEBUG -DCR_VERBOSE
clean: ## Remove the build folder and the shared library
rm -rf build/ creader.cpython*
rm -rf build/ _creader.cpython*
test: ## Run unit tests using pytest
python -m pytest