Skip to content

Commit 4a79c74

Browse files
committed
cython as optional extra for setup
1 parent 0de2ed1 commit 4a79c74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def run_setup(extensions):
216216
keywords='cassandra,cql,orm',
217217
include_package_data=True,
218218
install_requires=dependencies,
219+
extras_require = {'cython': ['Cython']},
219220
tests_require=['nose', 'mock<=1.0.1', 'PyYAML', 'pytz', 'sure'],
220221
classifiers=[
221222
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)