dh-tech / undate-python

A Python library for working with fuzzy, partial, or otherwise uncertain dates
Apache License 2.0
7 stars 1 forks source link

Convert setup.py to new recommended format of setup.cfg + pyproject.toml #28

Closed rlskoeser closed 1 year ago

rlskoeser commented 1 year ago

Any reason to use setup.py vs setup.cfg + pyproject.toml? Think I've usually followed a structure somewhat like this for packages I think will be distributed: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html.

_Originally posted by @ColeDCrawford in https://github.com/dh-tech/hackathon-2022/pull/27#discussion_r1019276580_

maltevogl commented 1 year ago

I try to to a quick fix for transforming to setup.cfg and address #37 as well.

rlskoeser commented 1 year ago

completed in #49