Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
add description, fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed May 9, 2013
1 parent ecc94ee commit af0bf78
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ 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'
+ read('CHANGES.txt')),
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',
Expand All @@ -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,
Expand All @@ -83,7 +83,6 @@ def alltests():
extra=[
],
test=TESTS_REQUIRE,
adding=['zope.app.container >= 3.7'],
docs=['z3c.recipe.sphinxdoc'],
),
install_requires=[
Expand Down

0 comments on commit af0bf78

Please sign in to comment.