Skip to content

Commit 89ec899

Browse files
committed
clean up setup.py
1 parent 0c0b296 commit 89ec899

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
def read(f):
2020
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
2121

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

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

@@ -59,5 +56,4 @@ def read_version():
5956
license='Apache 2',
6057
packages=find_packages(),
6158
install_requires=install_requires,
62-
extras_require=extras_require,
6359
include_package_data = True)

0 commit comments

Comments
 (0)