0e901dc0821e773abd2dddff75eb8e00f5d4cb1a,setup.py,,,#,3
Before Change
from setuptools import setup, find_packages
setup(name="funniest",
version="0.1",
description="The funniest joke in the world",
long_description="Really, the funniest around.",
classifiers=[
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Topic :: Text Processing :: Linguistic",
],
keywords="funniest joke comedy flying circus",
url="http://github.com/storborg/funniest",
author="Flying Circus",
author_email="flyingcircus@example.com",
license="MIT",
packages=find_packages(),
install_requires=[
"markdown",
],
include_package_data=True,
zip_safe=False)
After Change
LICENSE = "Apache License, Version 2.0"
VERSION = "0.1.0"
classifiers = ["Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Operating System :: OS Independent"]
install_reqs = [
"bokeh>=0.12.4",
"category_encoders>=1.2.3",

In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: ScottfreeLLC/AlphaPy
Commit Name: 0e901dc0821e773abd2dddff75eb8e00f5d4cb1a
Time: 2017-03-09
Author: Mark.R.Conway@gmail.com
File Name: setup.py
Class Name:
Method Name:
Project Name: luispedro/mahotas
Commit Name: 67e29493d1fddde53d197eeaf77382ccade7b449
Time: 2016-10-05
Author: grizzly.nyo@gmail.com
File Name: setup.py
Class Name:
Method Name:
Project Name: brainiak/brainiak
Commit Name: 5e8510428c1ddc8874b8edae6b5f1e330552960c
Time: 2016-07-06
Author: xiazhu@users.noreply.github.com
File Name: setup.py
Class Name:
Method Name: