Skip to content

migrate setup.py to pyproject.toml #417

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

deronnax
Copy link

@deronnax deronnax commented Sep 28, 2023

declarative config is encouraged by setuptools as it avoid running arbitrary code and reduces boilerplate.

EDIT: I did not notice the project already had a pyproject.toml with a build-system section, let's move everything to pyproject.toml 🎉 .

@deronnax deronnax changed the title migrate setup.py to setup.cfg migrate setup.py to pyproject.toml Sep 28, 2023
@deronnax deronnax force-pushed the migrate-to-setup-cfg branch from 76311d4 to fbc8ae2 Compare September 30, 2023 19:37
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",

"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Framework :: Django :: 4.2",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants