df1d890eb6a6d0465d8e1b2a35d81fc60a1bd53a,python/setup.py,,,#,23

Before Change


from setuptools.dist import Distribution


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


    distclass=VmafDistribution,
    name="vmaf",
    package_dir={"": "src"},
    packages=find_packages("src"),
    include_package_data=True,
    install_requires=[
        "numpy>=1.12.0",
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

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: elbayadm/attn2d
Commit Name: fbd4cef9a575b5f77ca05d4b7c3ad3adb11141ac
Time: 2019-02-08
Author: myleott@fb.com
File Name: setup.py
Class Name:
Method Name: