mollie / mollie-api-python

Mollie API client for Python
http://www.mollie.com
BSD 2-Clause "Simplified" License
113 stars 55 forks source link

Upgrade packaging setup #275

Open whyscream opened 1 year ago

whyscream commented 1 year ago

The current setup for packaging is a bit dated, we use setup.py and don't use nide features like extras etc. What we could achieve:

Reference docs: https://packaging.python.org/en/latest/tutorials/packaging-projects/