jameslamb / doppel-cli

Test framework for comparing the consistency of library APIs
https://doppel-cli.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Use more options in `setup.py` #183

Closed jameslamb closed 4 years ago

jameslamb commented 4 years ago

The call to setuptools.setup() isn't taking advantage of all the options there to describe the package's content, such as keywords (to help with search on PyPi). See https://setuptools.readthedocs.io/en/latest/setuptools.html?highlight=long_description#metadata or:

import setuptools
help(setuptools.setup)