Skip to content

Commit

Permalink
Merge pull request #282 from hugovk/update-versions
Browse files Browse the repository at this point in the history
Add python_requires and update Trove classifiers
  • Loading branch information
mmckerns committed Sep 15, 2018
2 parents f9fd3fb + 49fd3c2 commit 8d79dce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,23 @@ def write_info_py(filename='dill/info.py'):
platforms = ['Linux', 'Windows', 'Mac'],
url = 'https://pypi.org/project/dill',
download_url = 'https://github.com/uqfoundation/dill/releases/download/dill-%s/dill-%s.tar.gz',
python_requires='>=2.5, !=3.0.*',
classifiers = ['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering',
'Topic :: Software Development'],
Expand Down

0 comments on commit 8d79dce

Please sign in to comment.