pylipp / financeager

Organize your finances easily - from the command line!
GNU General Public License v3.0
82 stars 22 forks source link

Modernize Python packaging #67

Closed pylipp closed 2 years ago

pylipp commented 2 years ago

Use

https://setuptools.pypa.io/en/latest/userguide/declarative_config.html https://setuptools.pypa.io/en/latest/build_meta.html

from

https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#id7

to generate package structure that adheres to modern standards (avoid setup.py invocation, move meta-data)

Also https://snarky.ca/what-the-heck-is-pyproject-toml/