forked from praekelt/django-likes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shaunsephton
committed
Jun 14, 2010
1 parent
d98b8cc
commit 605838e
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
], | ||
) |