Skip to content

Commit

Permalink
Pimp setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 6, 2018
1 parent e76ad8a commit c7125b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -17,9 +17,9 @@
setup(
name='Products.ZCatalog',
version='4.1.dev0',
url='https://pypi.python.org/pypi/Products.ZCatalog',
url='https://github.com/zopefoundation/Products.ZCatalog',
license='ZPL 2.1',
description="Zope 2's indexing and search solution.",
description="Zope's indexing and search solution.",
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
long_description=(open('README.rst').read() + '\n' +
Expand All @@ -30,7 +30,7 @@
classifiers=[
"Development Status :: 6 - Mature",
"Environment :: Web Environment",
"Framework :: Zope2",
"Framework :: Zope :: 4",
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand Down

0 comments on commit c7125b3

Please sign in to comment.