Skip to content

Remove setup.py in favor of build package#262

Merged
dan-blanchard merged 1 commit intochardet:masterfrom
jdufresne:build
Jun 28, 2022
Merged

Remove setup.py in favor of build package#262
dan-blanchard merged 1 commit intochardet:masterfrom
jdufresne:build

Conversation

@jdufresne
Copy link
Copy Markdown
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.

2 participants