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

Use a declarative approach for setup.py/setup.cfg #33

Open
3 tasks
tomschr opened this issue Mar 13, 2021 · 0 comments
Open
3 tasks

Use a declarative approach for setup.py/setup.cfg #33

tomschr opened this issue Mar 13, 2021 · 0 comments
Assignees

Comments

@tomschr
Copy link
Collaborator

tomschr commented Mar 13, 2021

Situation

The setup.py file shows its age. After several years, the Python ecosystem provides a more declarative approach. This is the more recommended way and is not yet covered in setup.py and setup.cfg.

Suggestion

  • Use the declarative config as shown in the setuptools documentation.
  • Move specific pytest configuration into pytest.ini
  • Move specific bumpversion configuration into .bumpversion.cfg
@tomschr tomschr self-assigned this Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant