Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsephton committed Jun 14, 2010
1 parent d98b8cc commit 605838e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

setup(
name='django-likes',
version='dev',
version='0.0.1',
description='Django app providing view interface to django-secretballot.',
author='Praekelt Consulting',
long_description = open('README.rst', 'r').read(),
author='Praekelt Foundation',
author_email='[email protected]',
url='https://github.com/praekelt/django-likes',
license='BSD',
url='http://github.com/praekelt/django-likes',
packages = find_packages(),
include_package_data=True,
classifiers = [
"Programming Language :: Python",
"License :: OSI Approved :: BSD License",
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"Framework :: Django",
"Intended Audience :: Developers",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
)

0 comments on commit 605838e

Please sign in to comment.