5fdbe6f2f74510ae220e485eefe79ac65e863810,setup.py,,,#,5

Before Change


from setuptools import setup
import sys

with open("requirements.txt", "r") as f:
    required = f.read().splitlines()

setup(name="pytorch_fnet",
      description=" a machine learning model for transforming microsocpy images between modalities",
      author="Ounkomol, Chek and Fernandes, Daniel A. and Seshamani, Sharmishtaa and Maleckar, Mary M. and Collman, Forrest and Johnson, Gregory R.",

After Change

import setuptools


setuptools.setup(
    name="pytorch_fnet",
    version="1.0",
    description="A machine learning model for transforming microsocpy images between modalities",
    author="Ounkomol, Chek and Fernandes, Daniel A. and Seshamani, Sharmishtaa and Maleckar, Mary M. and Collman, Forrest and Johnson, Gregory R.",
    author_email="gregj@alleninstitute.org",
    url="https://github.com/AllenCellModeling/pytorch_fnet",
    packages=setuptools.find_packages(),
)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: AllenCellModeling/pytorch_fnet
Commit Name: 5fdbe6f2f74510ae220e485eefe79ac65e863810
Time: 2019-03-22
Author: chek.o@outlook.com
File Name: setup.py
Class Name:
Method Name:


Project Name: automl/SMAC3
Commit Name: f49ed6710d38c99be0a734727ae7519ac7125844
Time: 2019-01-03
Author: eggenspk@informatik.uni-freiburg.de
File Name: setup.py
Class Name:
Method Name:


Project Name: SeldonIO/seldon-core
Commit Name: 1fdb8d37b18001ae5c78aa69790c10517840ca71
Time: 2020-11-17
Author: axsauze@gmail.com
File Name: examples/models/cpp/simple-sum/setup.py
Class Name:
Method Name: