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

Convert to setup.cfg #1772

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Convert to setup.cfg #1772

wants to merge 1 commit into from

Conversation

kfdm
Copy link

@kfdm kfdm commented Jul 18, 2022

Recent versions of setuptools can run most things from setup.cfg so one can have a simpler version that does not require executing code on install.

The bulk of the changes were automated by running https://pypi.org/project/setup-py-upgrade/ with a few minor edits for the bits that it can not auto convert (the initial get_long_description() and get_version() can not be automatically converted)

Recent versions of setuptools can run most things from setup.cfg so one
can have a simpler version that does not require executing code on
install.
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.

None yet

1 participant