celiao / tmdbsimple

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

PEP 517/518 compliance #66

Closed staticdev closed 2 years ago

staticdev commented 4 years ago

Closes #65 I took the initiative to create a pyproject.toml. This new pattern is very helpful to automate the dependency management and release process. You can add new dependecies, update, bump version using poetry and other related tools. I followed all guidelines here: https://python-poetry.org/docs/pyproject/#keywords

celiao commented 4 years ago

See comment in related issue #65.

celiao commented 2 years ago

Closing this PR and leaving issue #65 open as a reminder.