We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7caa16 commit f0af097Copy full SHA for f0af097
2 files changed
setup.cfg
setup.py
@@ -18,13 +18,11 @@ def version():
18
author = 'Thomas Liske',
19
author_email = 'thomas@fiasko-nw.net',
20
url = 'https://github.com/liske/python-apds9960/',
21
- download_url = 'https://github.com/liske/python-apds9960/archive/0.2.tar.gz',
22
keywords = 'apds9960',
23
license='GPLv3+',
24
long_description=open('README.md', 'r').read(),
25
long_description_content_type='text/markdown',
26
classifiers = [
27
- 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
28
'Programming Language :: Python',
29
'Programming Language :: Python :: 2',
30
'Programming Language :: Python :: 3',
0 commit comments