tldr-pages / tldr-python-client

:snake: Python command-line client for tldr pages 📚
https://pypi.org/project/tldr/
MIT License
599 stars 95 forks source link

Remove unnecessary setup_requires #113

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

Removes the unnecessary setup_requires dependencies. The first was used to pull a version from git to use for the client (the version is now specified in code) and the latter was used to parse the README into markdown, which is now handled natively by pypi.