Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485398 | Differences between
and this patch

Collapse All | Expand All

(-)setup.py.ori (-2 lines)
Lines 16-22 Link Here
16
    name="irc",
16
    name="irc",
17
    description="IRC (Internet Relay Chat) protocol client library for Python",
17
    description="IRC (Internet Relay Chat) protocol client library for Python",
18
    long_description=read_long_description(),
18
    long_description=read_long_description(),
19
    use_hg_version=True,
20
    packages=setuptools.find_packages(),
19
    packages=setuptools.find_packages(),
21
    author="Joel Rosdahl",
20
    author="Joel Rosdahl",
22
    author_email="joel@rosdahl.net",
21
    author_email="joel@rosdahl.net",
Lines 35-41 Link Here
35
        'six',
34
        'six',
36
    ] + importlib_req + argparse_req,
35
    ] + importlib_req + argparse_req,
37
    setup_requires=[
36
    setup_requires=[
38
        'hgtools',
39
        'pytest-runner',
37
        'pytest-runner',
40
    ],
38
    ],
41
    tests_require=[
39
    tests_require=[

Return to bug 485398