Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Migrate from setuptools #719

Open
6 tasks
Adamtaranto opened this issue Nov 26, 2024 · 0 comments
Open
6 tasks

Migrate from setuptools #719

Adamtaranto opened this issue Nov 26, 2024 · 0 comments
Assignees

Comments

@Adamtaranto
Copy link
Collaborator

Project uses a mix of pyproject.toml and setup.py + setup.cfg. Migrate to fully pyproject.toml and use hatch as the build tool.

  • Replace setuptools with Hatch
  • Use hatch-cython to build 2 x .pyx modules
  • Use hatch-vcs for dynamic versioning from tags
  • rm Manifest, manage in toml
  • Move top level jcvi project into src dir
  • Check that python -m can find the module after pip install
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant