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

chore: modernize setup infrastructure #131

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mcepl
Copy link
Contributor

@mcepl mcepl commented Jul 19, 2024

  • it seems to me that moving from the procedural setup.py to the declarative setup.cfg is a nice compromise between modernization and compatibility with legacy systems
  • pkg_resources are dead, we should not use them, the suggested construct has as The Single Source of Truth™ version in git_deps/__init__.py, and it should work anywhere with setuptools >= 46.4.0, which is reasonably ancient
  • six should really never be mentioned any more

* it seems to me that moving from the procedural setup.py
  to the declarative setup.cfg is a nice compromise between
  modernization and compatibility with legacy systems
* pkg_resources are dead, we should not use them, the suggested
  construct has as The Single Source of Truth™ version in
  git_deps/__init__.py and it should work anywhere with
  setuptools >= 46.4.0, which is reasonably ancient
* six should really never be mentioned any more
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.

1 participant