9744450345d3f15d1bcd719e437641437634734a,setup.py,,,#,3

Before Change

from setuptools import setup

setup(
    name="OSM-Crosswalk-Detection",
    version="0.1.3",
    author="Buehler Severin and Kurath Samuel",
    maintainer="Marcel Huber",
    maintainer_email="marcel.huber@hsr.ch",
    description="Crosswalk detection on orthofotos.",
    license="MIT",
    keywords="crosswalk detection",
    url="https://github.com/geometalab/OSM-Crosswalk-Detection",
    packages=[
        "src",
        "src.base",
        "src.data",
        "src.detection",
        "src.detection.deep",
        "src.role"],
    install_requires=[
        "rq",
        "geopy",
        "pillow",
        "fake_useragent",
        "httplib2",
        "django-environ"],
    setup_requires=["flake8"],
    test_suite="tests",
    tests_require=["nose"],
    classifiers=[
        "Development Status :: 4 - Beta",
        "Environment :: Console",
        "Intended Audience :: Developers",
        "License :: OSI Approved :: MIT License",
        "Natural Language :: English",
        "Operating System :: POSIX :: Linux",
        "Programming Language :: Python",
        "Programming Language :: Python :: 2.7",
        "Topic :: Scientific/Engineering :: GIS",
        "Topic :: Scientific/Engineering :: Image Recognition",
        "Topic :: Scientific/Engineering :: Visualization"],
)

After Change




here = os.path.abspath(os.path.dirname(__file__))
with codecs.open(os.path.join(here, package, "__init__.py"),
                 encoding="utf8") as version_file:
    metadata = dict(
        re.findall(
            r__([a-z]+)__ = "([^"]+),
            version_file.read()))


def get_packages(package):
    
    Return root package and all sub-packages.
    
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 7

Instances


Project Name: geometalab/OSMDeepOD
Commit Name: 9744450345d3f15d1bcd719e437641437634734a
Time: 2016-05-04
Author: marcelhuberfoo@gmail.com
File Name: setup.py
Class Name:
Method Name:


Project Name: silvandeleemput/memcnn
Commit Name: 5f1b914d1477d626dbc19d95e98c7659a62ecc2e
Time: 2019-05-25
Author: silvandeleemput@gmail.com
File Name: setup.py
Class Name:
Method Name:


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: