-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python setup.py check
→ twine check
#2606
Comments
DimitriPapadopoulos
changed the title
Nov 17, 2022
python setup.py check
twine check
python setup.py check
→ twine check
jdufresne
added a commit
to jdufresne/codespell
that referenced
this issue
Nov 28, 2022
With pyproject.toml, setup.py becomes unnecessary. Future versions of setuptools (and Python packaging in general) will deprecate the file. The command `setup.py check` was replaced by `twine check` which serves a similar role. setuptools is still a dependency of the build, just doesn't require setup.py. Fixes codespell-project#2606
Merged
jdufresne
added a commit
to jdufresne/codespell
that referenced
this issue
Nov 28, 2022
With pyproject.toml, setup.py becomes unnecessary. Future versions of setuptools (and Python packaging in general) will deprecate the file. The command `setup.py check` was replaced by `twine check` which serves a similar role. setuptools is still a dependency of the build, just doesn't require setup.py. Fixes codespell-project#2606
jdufresne
added a commit
to jdufresne/codespell
that referenced
this issue
Nov 28, 2022
With pyproject.toml, setup.py becomes unnecessary. Future versions of setuptools (and Python packaging in general) will deprecate the file. The command `setup.py check` was replaced by `twine check` which serves a similar role. setuptools is still a dependency of the build, just doesn't require setup.py. Fixes codespell-project#2606
jdufresne
added a commit
to jdufresne/codespell
that referenced
this issue
Nov 28, 2022
With pyproject.toml, setup.py becomes unnecessary. Future versions of setuptools (and Python packaging in general) will deprecate the file. The command `setup.py check` was replaced by `twine check` which serves a similar role. setuptools is still a dependency of the build, just doesn't require setup.py. Fixes codespell-project#2606
jdufresne
added a commit
to jdufresne/codespell
that referenced
this issue
Nov 28, 2022
With pyproject.toml, setup.py becomes unnecessary. Future versions of setuptools (and Python packaging in general) will deprecate the file. The command `setup.py check` was replaced by `twine check` which serves a similar role. setuptools is still a dependency of the build, just doesn't require setup.py. Fixes codespell-project#2606
larsoner
pushed a commit
that referenced
this issue
Nov 28, 2022
With pyproject.toml, setup.py becomes unnecessary. Future versions of setuptools (and Python packaging in general) will deprecate the file. The command `setup.py check` was replaced by `twine check` which serves a similar role. setuptools is still a dependency of the build, just doesn't require setup.py. Fixes #2606
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because
setup.py ...
is deprecated, we need an alternative tosetup.py check
such astwine
.The text was updated successfully, but these errors were encountered: