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

Move distutils command names into package metadata and declare entry points using static config. #2678

Merged
merged 5 commits into from May 21, 2021

Conversation

jaraco
Copy link
Member

@jaraco jaraco commented May 20, 2021

Best practice is to move as much logic out of setup.py and into declarative config. This change achieves that end for entry_points.

Summary of changes

  • Move list of commands out of command package and into package metadata.
  • Materialize the distutils.commands.
  • Move entry points to declarative config.

Pull Request Checklist

@jaraco jaraco merged commit c6a761f into main May 21, 2021
28 checks passed
@jaraco jaraco deleted the feature/static-commands branch May 21, 2021 21:08
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