diff --git a/Makefile b/Makefile index 751e9e5..901ae4c 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ dependencies: package: test echo "__version__=\"${VERSION}\"" >> "$(VERSION_FILE)" \ - && python3 setup.py sdist + && python3 -m build .PHONY: clean test dependencies package diff --git a/requirements.txt b/requirements.txt index 82327d2..12233d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +build mock requests -twine \ No newline at end of file +twine