Skip to content

Commit 4193104

Browse files
committed
Update setup.py
removed rdd from packages list (since it's not a directory). "python setup.py install" fails with rdd not found warning.
1 parent 803d2c0 commit 4193104

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def setup_package():
2424
license='Apache License, Version 2.0',
2525
url='https://github.com/lensacom/sparkit-learn',
2626
packages=['splearn',
27-
'splearn.rdd',
2827
'splearn.cluster',
2928
'splearn.decomposition',
3029
'splearn.feature_extraction',

0 commit comments

Comments
 (0)