df1d890eb6a6d0465d8e1b2a35d81fc60a1bd53a,python/setup.py,,,#,23
Before Change
DOCLINES = __doc__.strip().split("\n")
os.chdir(os .path.dirname(os.path.abspath(__file__) )) // setup.py should be ran from its folder, just in case one tries to execute it from a different folder
CLASSIFIERS = \
Development Status :: 5 - Production/Stable
After Change
package_dir={"": "src"},
packages=find_packages("src"),
include_package_data=True,
install_requires=[
"numpy>=1.12.0",
"scipy>=0.17.1",
"matplotlib>=2.0.0",
"pandas>=0.19.2",
"scikit-learn>=0.18.1",
"scikit-image>=0.13.1",
"h5py>=2.6.0",
]
)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: Netflix/vmaf
Commit Name: df1d890eb6a6d0465d8e1b2a35d81fc60a1bd53a
Time: 2018-06-22
Author: zli@netflix.com
File Name: python/setup.py
Class Name:
Method Name:
Project Name: r9y9/wavenet_vocoder
Commit Name: ee5e88bc0446986f6bc74080835e0566856d0e79
Time: 2019-09-07
Author: zryuichi@gmail.com
File Name: setup.py
Class Name:
Method Name:
Project Name: Netflix/vmaf
Commit Name: df1d890eb6a6d0465d8e1b2a35d81fc60a1bd53a
Time: 2018-06-22
Author: zli@netflix.com
File Name: python/setup.py
Class Name:
Method Name:
Project Name: sebp/scikit-survival
Commit Name: 0df6037e8023f36ad673954d27b61266c0397b78
Time: 2016-12-26
Author: sebp@k-d-w.org
File Name: doc/conf.py
Class Name:
Method Name: