setup.py
changeset 1901 85390446f8c1
parent 1839 1bc5e62fc0c7
child 1919 769b2b271422
equal deleted inserted replaced
1899:b65f39791f92 1901:85390446f8c1
    12     author='Augie Fackler',
    12     author='Augie Fackler',
    13     maintainer='Augie Fackler',
    13     maintainer='Augie Fackler',
    14     maintainer_email='augie@google.com',
    14     maintainer_email='augie@google.com',
    15     url='http://bitbucket.org/durin42/hg-topics/',
    15     url='http://bitbucket.org/durin42/hg-topics/',
    16     description='Experimental tinkering with workflow ideas for topic branches.',
    16     description='Experimental tinkering with workflow ideas for topic branches.',
    17     long_description=open('README').read(),
    17     long_description=open('README.md').read(),
    18     keywords='hg mercurial',
    18     keywords='hg mercurial',
    19     license='GPLv2+',
    19     license='GPLv2+',
    20     py_modules=['src'],
    20     packages=['hgext3rd.topic'],
    21     install_requires=requires,
    21     install_requires=requires,
    22 )
    22 )