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

Replace Setuptools Configuration with Python Project Configuration #200

Merged

Conversation

jtrobles-cdd
Copy link
Member

Starting with PEP 621, the Python community selected pyproject.toml as a standard way of specifying project metadata. Setuptools has adopted this standard and will use the information contained in this file as an input in the build process.

Note: Some deprecated and/or obsolete options were not migrated from setup.py to pyproject.toml.

See also: How to modernize a setup.py based project? (GitHub)

> Starting with PEP 621, the Python community selected `pyproject.toml`
> as a standard way of specifying *project metadata*. `Setuptools` has
> adopted this standard and will use the information contained in this
> file as an input in the build process.

Note: Some deprecated and/or obsolete options were not migrated from
`setup.py` to `pyproject.toml`.

See also:
[How to modernize a `setup.py` based project?](https://packaging.python.org/en/latest/guides/modernize-setup-py-project/)
([GitHub](https://github.com/pypa/packaging.python.org/blob/bcbb476c/source/guides/modernize-setup-py-project.rst))
@jtrobles-cdd jtrobles-cdd added the task Task or chore label Jan 28, 2025
@jtrobles-cdd jtrobles-cdd self-assigned this Jan 28, 2025
@jtrobles-cdd jtrobles-cdd requested a review from a team as a code owner January 28, 2025 20:14
@jtrobles-cdd jtrobles-cdd merged commit b3e518b into develop Jan 28, 2025
21 checks passed
@jtrobles-cdd jtrobles-cdd deleted the task/replace-setuptools-config-with-python-project-config branch January 28, 2025 20:49
@jtrobles-cdd jtrobles-cdd mentioned this pull request Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Task or chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant