Skip to content

Commit

Permalink
- don't claim Python 3.4 support anymore and depend on Zope, not Zope2
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 17, 2018
1 parent d4f445c commit b2da9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"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",
"Programming Language :: Python :: Implementation :: CPython",
Expand All @@ -52,13 +51,13 @@
'DocumentTemplate',
'ExtensionClass>=4.1a1',
'Persistence',
'Zope2 >= 4.0a5',
'Zope >= 4.0b4',
'zope.deferredimport',
'zope.interface',
'zope.sendmail',
],
extras_require={
'genericsetup': ['Products.GenericSetup'],
'genericsetup': ['Products.GenericSetup >= 2.0b1'],
},
include_package_data=True,
zip_safe=False,
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
py27,
py34,
py35,
py36,
flake8,
Expand Down

0 comments on commit b2da9ca

Please sign in to comment.