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

switch from setup.py to pyproject.toml #385

Closed
orbeckst opened this issue Jul 28, 2024 · 3 comments · Fixed by #398
Closed

switch from setup.py to pyproject.toml #385

orbeckst opened this issue Jul 28, 2024 · 3 comments · Fixed by #398
Assignees
Labels
CI continuous integration installation Installation process (pip, conda) and dependency issues.

Comments

@orbeckst
Copy link
Member

We should eventually modernize our package building configuration and procedure and remove setup.py/setup.cfg and switch to pyproject.toml.

Not urgent but should be done.

@orbeckst orbeckst added CI continuous integration installation Installation process (pip, conda) and dependency issues. labels Jul 28, 2024
@orbeckst orbeckst changed the title swithc from setup.py to pyproject.toml switch from setup.py to pyproject.toml Jul 28, 2024
@xiki-tempula
Copy link
Collaborator

Yes. I plan to do this after #381 and #348 are done.

@orbeckst
Copy link
Member Author

We can then also update maintainers and authors.

@orbeckst orbeckst self-assigned this Sep 17, 2024
@orbeckst
Copy link
Member Author

I am adding this to the 2.4.0 release.

orbeckst added a commit that referenced this issue Sep 17, 2024
- fix #385
- remove versioneer and use versioningit
- updated CHANGES for 2.4.0
orbeckst added a commit that referenced this issue Sep 17, 2024
- fix #385
- remove versioneer and use versioningit
- updated CHANGES for 2.4.0
orbeckst added a commit that referenced this issue Sep 17, 2024
- fix #385
- remove versioneer and use versioningit
- updated CHANGES for 2.4.0
orbeckst added a commit that referenced this issue Sep 17, 2024
- fix #385
- remove versioneer and use versioningit
- updated CHANGES for 2.4.0
orbeckst added a commit that referenced this issue Sep 17, 2024
- fix #385
- use pyproject.toml instead of setup.py (note: may need to change README for PyPi to exclude
  banners)
- remove versioneer and use versioningit (use alchemlyb.__version__ directly where
  the version is needed, e.g., for sphinx docs)
- updated CHANGES for 2.4.0
orbeckst added a commit that referenced this issue Sep 17, 2024
- fix #385
- use pyproject.toml instead of setup.py (note: may need to change README for PyPi to exclude
  banners)
- remove versioneer and use versioningit (use alchemlyb.__version__ directly where
  the version is needed, e.g., for sphinx docs)
- updated CHANGES for 2.4.0
jaclark5 pushed a commit to jaclark5/alchemlyb that referenced this issue Sep 19, 2024
- fix alchemistry#385
- use pyproject.toml instead of setup.py (note: may need to change README for PyPi to exclude
  banners)
- remove versioneer and use versioningit (use alchemlyb.__version__ directly where
  the version is needed, e.g., for sphinx docs)
- updated CHANGES for 2.4.0
jaclark5 pushed a commit to jaclark5/alchemlyb that referenced this issue Nov 15, 2024
- fix alchemistry#385
- use pyproject.toml instead of setup.py (note: may need to change README for PyPi to exclude
  banners)
- remove versioneer and use versioningit (use alchemlyb.__version__ directly where
  the version is needed, e.g., for sphinx docs)
- updated CHANGES for 2.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI continuous integration installation Installation process (pip, conda) and dependency issues.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants