Skip to content

Commit 6b0e9fe

Browse files
committed
Deprecate setup.py
1 parent ee3d693 commit 6b0e9fe

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ coverage:
2222
coverage html
2323
python -m http.server -d htmlcov
2424

25-
release:
26-
python -m build
27-
twine upload --skip-existing dist/*
25+
publish:
26+
# poetry build
27+
poetry publish --build

setup.py

-27
This file was deleted.

0 commit comments

Comments
 (0)