Skip to content

Commit

Permalink
Declare supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Apr 5, 2018
1 parent 97483f8 commit bdc27a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#
##############################################################################
from __future__ import print_function

from setuptools import find_packages
from setuptools import setup

Expand Down Expand Up @@ -91,6 +90,15 @@ def text(*args, **kwargs):
long_description=text(
'src/zc/relationship/README.txt',
'src/zc/relationship/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
2 changes: 1 addition & 1 deletion src/zc/relationship/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Changes in 2.0
exclusively. See plone.relations for a zc.relationship container with
very good test coverage.)

- Fixed tests to run on Python 2.6.
- Tested with Python 2.7 and Python >= 3.4

- Added test extra to declare test dependency on ``zope.app.folder``.

Expand Down

0 comments on commit bdc27a7

Please sign in to comment.