835b683b85ff0ff8d812fadf3dad2371cb09c020,setup.py,,,#,12

Before Change



    // You can just specify the packages manually here if your project is
    // simple. Or you can use find_packages().
    packages=find_packages()

    // List run-time dependencies here.  These will be installed by pip when
    // your project is installed. For an analysis of "install_requires" vs pip"s
    // requirements files see:

After Change


        "Programming Language :: Python :: 3.6",
    ],
    description="Pipelines and primitives for machine learning and data science.",
    entry_points={
        "console_scripts": [
            "mlblocks=mlblocks.cli:main",
        ],
    },
    install_requires=requirements,
    license="MIT license",
    long_description=readme + "\n\n" + history,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: HDI-Project/MLBlocks
Commit Name: 835b683b85ff0ff8d812fadf3dad2371cb09c020
Time: 2018-04-09
Author: williamxue@dhcp-18-111-53-173.dyn.mit.edu
File Name: setup.py
Class Name:
Method Name:


Project Name: shaypal5/pdpipe
Commit Name: 99095d5412483ec623278bdb1a0c9e24b18bfc85
Time: 2017-03-16
Author: shaypal5@gmail.com
File Name: setup.py
Class Name:
Method Name:


Project Name: huggingface/neuralcoref
Commit Name: 6130b34363037f11319f967417c057737cf716fd
Time: 2018-02-15
Author: thomwolf@gmail.com
File Name: setup.py
Class Name:
Method Name: