tmdbsimple
tmdbsimple copied to clipboard
Enhancement proposal: add PEP 517/518 compliance
These PEPs recommend not using setup.py anymore:
- Use poetry to create pyproject.toml
- Delete setup.py
@staticdev Thanks for your suggestion. I poked around and many of the popular Python packages use setup.py still, so I'm inclined to stick with setup.py until more packages move over to poetry and pyproject.toml.
@celiao as you wish. We can maintain this PR on hold.
@staticdev Great!
If we ever decide to add PEP 517/518 compliance, check out PR #66.