Skip to content

Commit f0af097

Browse files
committed
modernize setup.py
1 parent b7caa16 commit f0af097

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

setup.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ def version():
1818
author = 'Thomas Liske',
1919
author_email = '[email protected]',
2020
url = 'https://github.com/liske/python-apds9960/',
21-
download_url = 'https://github.com/liske/python-apds9960/archive/0.2.tar.gz',
2221
keywords = 'apds9960',
2322
license='GPLv3+',
2423
long_description=open('README.md', 'r').read(),
2524
long_description_content_type='text/markdown',
2625
classifiers = [
27-
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
2826
'Programming Language :: Python',
2927
'Programming Language :: Python :: 2',
3028
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)