File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ def configuration(parent_package='', top_path=None):
55
55
shutil .rmtree (local_path )
56
56
print ("Copying source tree into build/py3k for 2to3 transformation"
57
57
"..." )
58
+ shutil .copytree (os .path .join (old_path , 'scikits' ),
59
+ os .path .join (local_path , 'scikits' ))
58
60
shutil .copytree (os .path .join (old_path , 'sklearn' ),
59
61
os .path .join (local_path , 'sklearn' ))
60
62
import lib2to3 .main
@@ -84,7 +86,7 @@ def configuration(parent_package='', top_path=None):
84
86
version = VERSION ,
85
87
download_url = DOWNLOAD_URL ,
86
88
long_description = LONG_DESCRIPTION ,
87
- zip_safe = False , # the package can run out of an .egg file
89
+ zip_safe = False , # the package can run out of an .egg file
88
90
classifiers = [
89
91
'Intended Audience :: Science/Research' ,
90
92
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments