Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosk committed Dec 29, 2010
1 parent 6eb8783 commit 0ed8f4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -16,16 +16,16 @@ def read_file(filename):
setup(
name = "teerace",
version = __import__('teerace').get_version().replace(' ', '-'),
url = '',
url = 'http://code.ksocha.com/teerace/',
author = 'Krzysztof Socha',
author_email = '',
author_email = 'ksocha+teerace@ksocha.com',
description = DESC,
long_description = read_file('README'),
packages = find_packages(),
include_package_data = True,
install_requires=read_file('requirements.txt'),
classifiers = [
'License :: OSI Approved :: Apache Software License',
'License :: OSI Approved :: BSD License',
'Framework :: Django',
],
)

0 comments on commit 0ed8f4d

Please sign in to comment.