Skip to content

Move entry_points and setup_requires to setup.cfg #176

Description

@FlorianWilhelm

Version 3.0 of PyScaffold still has two parameters (entry_points and setup_requires) in setup.py instead of setup.cfg due to historical reasons and limitations of setuptools at that point. It seems now possible according to this stackoverflow question. We should thus make use of this possibility in PyScaffold version 3.1 and also move setup_requires to setup.cfg to completely get rid of any configuration in setup.py with the exception of Cython extensions. These will hopefully be supported in future setuptools version by some syntax in setup.cfg.

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions