Skip to content

Commit

Permalink
Updated setup.py metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukka Ojaniemi committed Oct 16, 2011
1 parent ed19958 commit dc6524d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Expand Up @@ -20,19 +20,19 @@
requires.append('pysqlite') requires.append('pysqlite')


setup(name='whiskers', setup(name='whiskers',
version='0.0', version='0.1',
description='whiskers', description='Whiskers stores package and version data from buildouts.',
long_description=README + '\n\n' + CHANGES, long_description=README + '\n\n' + CHANGES,
classifiers=[ classifiers=[
"Programming Language :: Python", "Programming Language :: Python",
"Framework :: Pylons", "Framework :: Pylons",
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
], ],
author='', author='Jukka Ojaniemi',
author_email='', author_email='jukka.ojaniemi@gmail.com',
url='', url='http://github.com/pingviini/whiskers',
keywords='web wsgi bfg pylons pyramid', keywords='web wsgi bfg pylons pyramid buildout',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
Expand Down

0 comments on commit dc6524d

Please sign in to comment.