From af0bf7853bdffe9815993238947be8848957b9ba Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Thu, 9 May 2013 14:50:37 +0200 Subject: [PATCH] add description, fix classifiers --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 5c37952..ebd7e33 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def alltests(): version='0.0.1.dev0', author="Adam Groszer and the Zope Community", author_email="zope-dev@zope.org", - description="An ", + description="A wrapper around selenium webdriver and some tools", long_description=( read('README.txt') + '\n\n' @@ -59,7 +59,7 @@ def alltests(): license="ZPL 2.1", keywords="selenium webdriver phantomjs", classifiers=[ - 'Development Status :: 5 - Production/Stable', + 'Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: Zope Public License', @@ -73,7 +73,7 @@ def alltests(): 'Natural Language :: English', 'Operating System :: OS Independent', 'Topic :: Internet :: WWW/HTTP', - 'Framework :: Zope3'], + 'Topic :: Software Development :: Testing'], url='https://pypi.python.org/pypi/z3c.webdriver', packages=find_packages('src'), include_package_data=True, @@ -83,7 +83,6 @@ def alltests(): extra=[ ], test=TESTS_REQUIRE, - adding=['zope.app.container >= 3.7'], docs=['z3c.recipe.sphinxdoc'], ), install_requires=[