Skip to content

Commit

Permalink
replace setup.py,cfg with pyproject.toml
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
orbeckst authored and jaclark5 committed Nov 15, 2024
1 parent abdbe44 commit c02e519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"matplotlib>=3.7",
"loguru",
"pyarrow",
"joblib",
"joblib",
]


Expand Down

0 comments on commit c02e519

Please sign in to comment.