Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
santagada committed Oct 1, 2014
1 parent 524eb85 commit 668515e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ def run_tests(self):


here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = ''

requires = [
'django',
Expand All @@ -29,7 +27,7 @@ def run_tests(self):
setup(name='timtec',
version='0.0',
description='timtec',
long_description=README + '\n\n' + CHANGES,
long_description='',
classifiers=[
"Programming Language :: Python",
"Framework :: Django",
Expand Down

0 comments on commit 668515e

Please sign in to comment.