Skip to content
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 checktwine check #2606

Closed
DimitriPapadopoulos opened this issue Nov 17, 2022 · 0 comments · Fixed by #2626
Closed

python setup.py checktwine check #2606

DimitriPapadopoulos opened this issue Nov 17, 2022 · 0 comments · Fixed by #2626

Comments

@DimitriPapadopoulos
Copy link
Collaborator

Because setup.py ... is deprecated, we need an alternative to setup.py check such as twine.

@DimitriPapadopoulos DimitriPapadopoulos changed the title python setup.py check twine check python setup.py checktwine check Nov 17, 2022
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
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant