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

Remove setup.py in favor of build package #262

Merged
merged 1 commit into from Jun 28, 2022
Merged

Remove setup.py in favor of build package #262

merged 1 commit into from Jun 28, 2022

Conversation

jdufresne
Copy link
Contributor

setuptool no longer recommends using setup.py. Instead, build the
package using:

python -m build

The command builds both the sdist and wheel.

For additional information, see:
https://setuptools.pypa.io/en/latest/userguide/quickstart.html

setuptool no longer recommends using setup.py. Instead, build the
package using:

    python -m build

The command builds both the sdist and wheel.

For additional information, see:
https://setuptools.pypa.io/en/latest/userguide/quickstart.html
@dan-blanchard dan-blanchard merged commit 5ccd293 into chardet:master Jun 28, 2022
@jdufresne jdufresne deleted the build branch June 28, 2022 14:03
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 this pull request may close these issues.

None yet

2 participants