a1e2c34b9fff5ef91187116bed82ad2295c705f8,setup.py,,,#,9
Before Change
"Source Code": "https://github.com/openml/openml-python"
},
version=version,
packages=setuptools.find_packages(),
package_data={"": ["*.txt", "*.md"]},
python_requires=">=3.5",
install_requires=[
After Change
version=version,
// Make sure to remove stale files such as the egg-info before updating this:
// https://stackoverflow.com/a/26547314
packages=setuptools.find_packages(
include=["openml.*", "openml"],
exclude=["*.tests", "*.tests.*", "tests.*", "tests"],
),
package_data={"": ["*.txt", "*.md"]},
python_requires=">=3.5",
install_requires=[
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: openml/openml-python
Commit Name: a1e2c34b9fff5ef91187116bed82ad2295c705f8
Time: 2019-11-12
Author: feurerm@informatik.uni-freiburg.de
File Name: setup.py
Class Name:
Method Name:
Project Name: danforthcenter/plantcv
Commit Name: ae9440c0f64bc6d43cbbfee07923e93c4a0b98fe
Time: 2016-07-30
Author: noahfahlgren@gmail.com
File Name: setup.py
Class Name:
Method Name:
Project Name: PetrochukM/PyTorch-NLP
Commit Name: 96c10ca4253231da4317837e4173fedce18c4859
Time: 2018-02-28
Author: petrochukm@gmail.com
File Name: setup.py
Class Name:
Method Name:
Project Name: matthewwithanm/django-imagekit
Commit Name: f2255a5d3a2c68da36be2dbd6ce8064576f8f577
Time: 2016-02-24
Author: FladischerMichael@fladi.at
File Name: setup.py
Class Name:
Method Name: