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

migrate setup.py to pyproject.toml #417

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
"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",

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