pkeilbach / pylsci

Python Package for Laser Speckle Contrast Imaging
MIT License
17 stars 7 forks source link

Move from setup.py to pyproject.toml #26

Closed pkeilbach closed 2 years ago

pkeilbach commented 2 years ago

according to PEP 621

Useful links:

http://ivory.idyll.org/blog/2021-transition-to-pyproject.toml-example.html

https://www.google.com/search?channel=fs&client=ubuntu&q=pyproject+toml+vs+setup.py

https://packaging.python.org/en/latest/tutorials/

https://stackoverflow.com/questions/62983756/what-is-pyproject-toml-file-for

https://ianhopkinson.org.uk/2022/02/understanding-setup-py-setup-cfg-and-pyproject-toml-in-python/

https://realpython.com/python-toml/

https://realpython.com/pypi-publish-python-package/

pkeilbach commented 2 years ago

closed by #27