Skip to content

Commit

Permalink
clean up setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Dec 22, 2014
1 parent 0c0b296 commit 89ec899
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
def read(f):
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()

extras_require = {'snappy': ['python-snappy>=0.5'], }


def read_version():
regexp = re.compile(r"^__version__\W*=\W*'([\d.abrc]+)'")
Expand All @@ -41,7 +39,6 @@ def read_version():
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Operating System :: OS Independent',
'Topic :: System :: Distributed Computing',
'Development Status :: 2 - Pre-Alpha',
]

Expand All @@ -59,5 +56,4 @@ def read_version():
license='Apache 2',
packages=find_packages(),
install_requires=install_requires,
extras_require=extras_require,
include_package_data = True)

0 comments on commit 89ec899

Please sign in to comment.