Skip to content

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

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