Skip to content

Commit

Permalink
Fix classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 29, 2018
1 parent 8f133d8 commit 67d4663
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,16 @@
'Framework :: Plone',
'Framework :: Plone :: 5.1',
'Framework :: Plone :: 5.2',
'Framework :: Zope2',
'Framework :: Zope',
'Framework :: Zope :: 4',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
],
packages=find_packages('src'),
include_package_data=True,
Expand Down

0 comments on commit 67d4663

Please sign in to comment.