Skip to content

Commit

Permalink
Revert "Version increment"
Browse files Browse the repository at this point in the history
This reverts commit 5add871.
  • Loading branch information
strichter committed Jan 5, 2017
1 parent a21ad14 commit 31ac10a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ def alltests():

setup(
name='zope.i18n',
version='4.0.0a5.dev2',
version='4.2.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',
long_description=(
read('README.txt')
read('README.rst')
+ '\n\n' +
read('CHANGES.txt')
read('CHANGES.rst')
),
license='ZPL 2.1',
keywords=('zope3 internationalization localization i18n l10n '
Expand All @@ -61,17 +61,18 @@ def alltests():
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope3'],
url='http://pypi.python.org/pypi/zope.i18n',
url='https://github.com/zopefoundation/zope.i18n',
packages=find_packages('src'),
package_dir={'': 'src'},
namespace_packages=['zope',],
Expand All @@ -87,7 +88,8 @@ def alltests():
'zope.component [zcml]',
'zope.configuration',
'zope.security',
'zope.testing'
'zope.testing',
'zope.testrunner',
],
compile=['python-gettext'],
zcml=[
Expand Down

0 comments on commit 31ac10a

Please sign in to comment.