Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
armendariz committed Apr 24, 2014
1 parent 3b96b53 commit 47d439e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
try:
from setuptools import setup
except ImportError:
Expand All @@ -13,9 +14,6 @@
except (IOError, ImportError):
description = open('README.md').read()

import os

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

# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
Expand All @@ -32,7 +30,7 @@
include_package_data=True,
license='MIT License', # example license
description='A simple Django app browse California campaign finance data from Cal-Access.',
long_description=README,
long_description=description,
url='https://github.com/california-civic-data-coalition',
author='Agustin Armendariz, Aaron Williams',
author_email='[email protected]',
Expand Down

0 comments on commit 47d439e

Please sign in to comment.