Closed rlskoeser closed 2 years 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.
setup.py
setup.cfg
pyproject.toml
_Originally posted by @ColeDCrawford in https://github.com/dh-tech/hackathon-2022/pull/27#discussion_r1019276580_
I try to to a quick fix for transforming to setup.cfg and address #37 as well.
completed in #49
_Originally posted by @ColeDCrawford in https://github.com/dh-tech/hackathon-2022/pull/27#discussion_r1019276580_