-
Notifications
You must be signed in to change notification settings - Fork 51
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
Labels
Comments
orbeckst
added
CI
continuous integration
installation
Installation process (pip, conda) and dependency issues.
labels
Jul 28, 2024
orbeckst
changed the title
swithc from setup.py to pyproject.toml
switch from setup.py to pyproject.toml
Jul 28, 2024
We can then also update maintainers and authors. |
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
Merged
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
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.
The text was updated successfully, but these errors were encountered: