Skip to content

Commit

Permalink
Merge pull request #152 from hugovk/patch-1
Browse files Browse the repository at this point in the history
Update classifiers to match tested versions
  • Loading branch information
RonnyPfannschmidt committed Oct 10, 2017
2 parents 44cf778 + e7e2525 commit 5186d7d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,18 @@ def main():
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
'Programming Language :: Python',
'Programming Language :: Python :: 3'],
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
packages=find_packages(exclude=['tasks', 'testing']),
zip_safe=False,
)
Expand Down

0 comments on commit 5186d7d

Please sign in to comment.