Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| ★ wanayoo — archive 1999 https://github.com/tmux-python/tmuxp/issues/625 | Nouvelle recherche | Portail wanayoo |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Goal
Consolidate project dev utilities, e.g. virtualenv, package versioning/pinning, and build + publishing: poetry
Question Will removing setup.py from source break compatibility?
poetry buildlink creates:dist/packagename-<version>.tar.gz(similar topython setup.py sdist), andpython3 setup.py bdist_wheel --universalWhat would still be available?
poetry build(would require having poetry installed with a compatible version)Package maintainers (repology)
Drop Python 2?
Poetry-only (remove setup.py in src)?