Skip to content

Commit

Permalink
Udate classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Apr 3, 2018
1 parent da99a84 commit 8c1b7ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Expand Up @@ -92,6 +92,15 @@ def text(*args, **kwargs):
description=text("README.txt"),
long_description=text('src/zc/relation/README.txt',
'src/zc/relation/CHANGES.txt'),
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
license='ZPL 2.1',
keywords="zope zope3",
install_requires=[
Expand Down

0 comments on commit 8c1b7ba

Please sign in to comment.