Skip to content

Commit

Permalink
Added classifiers in setup.py.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Feb 9, 2016
1 parent c5a7efa commit ac05978
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
open('CHANGES.rst').read()),
classifiers=[
'Framework :: Zope2',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
],
license='ZPL',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
url='http://pypi.python.org/pypi/Products.ZopeVersionControl',
url='https://pypi.python.org/pypi/Products.ZopeVersionControl',
packages=find_packages('src'),
package_dir={'': 'src'},
namespace_packages=['Products'],
Expand Down

0 comments on commit ac05978

Please sign in to comment.