celiao / tmdbsimple

A wrapper for The Movie Database API v3.
GNU General Public License v3.0
579 stars 122 forks source link

Enhancement proposal: add PEP 517/518 compliance #65

Open staticdev opened 4 years ago

staticdev commented 4 years ago

These PEPs recommend not using setup.py anymore:

celiao commented 4 years ago

@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.

staticdev commented 4 years ago

@celiao as you wish. We can maintain this PR on hold.

celiao commented 4 years ago

@staticdev Great!

celiao commented 2 years ago

If we ever decide to add PEP 517/518 compliance, check out PR #66.