Skip to content
Snippets Groups Projects
Commit 291763b0 authored by Chandan Singh's avatar Chandan Singh Committed by Tristan Van Berkom
Browse files

setup.py: Add more metadata useful for PyPI

- setup.py: List useful links using `project_urls`

- setup.py: Specify minumum python vresion using `python_requires`

  `python_requires` is the new way of specifying requirements for python
  version, as documented @
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires.

  This will also make this requirement appear nicely on the PyPI project
  page.

- setup.py: Add project classifiers

  PyPI will use these classifiers to categorize projects while searching
  or browsing. Full list of classifiers can be found at
  https://pypi.org/classifiers.
parent 7da1c309
No related branches found
No related tags found
1 merge request!749setup.py: Add more metadata useful for PyPI
Pipeline #28948875 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment