issues
search
dh-tech
/
undate-python
A Python library for working with fuzzy, partial, or otherwise uncertain dates
Apache License 2.0
8
stars
1
forks
source link
consolidate pyproject.toml and setup.cfg
#80
Closed
rlskoeser
closed
2 months ago
rlskoeser
commented
5 months ago
update packaging to follow newer python conventions:
get rid of setup.cfg and setup.py and use pyproject.toml for everything
remove tox and rely on github action matrix build for testing
update packaging to follow newer python conventions: