Skip to content

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

Description

@tomschr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions