tmdbsimple icon indicating copy to clipboard operation
tmdbsimple copied to clipboard

Enhancement proposal: add PEP 517/518 compliance

Open staticdev opened this issue 4 years ago • 4 comments

These PEPs recommend not using setup.py anymore:

  • Use poetry to create pyproject.toml
  • Delete setup.py

staticdev avatar May 28 '20 11:05 staticdev

@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 avatar Jun 27 '20 16:06 celiao

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

staticdev avatar Jun 29 '20 15:06 staticdev

@staticdev Great!

celiao avatar Jun 29 '20 15:06 celiao

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

celiao avatar Jan 22 '22 18:01 celiao