changeset 1901 | 85390446f8c1 |
parent 1839 | 1bc5e62fc0c7 |
child 1919 | 769b2b271422 |
--- a/setup.py Tue Mar 15 17:25:18 2016 +0000 +++ b/setup.py Thu Mar 17 09:12:18 2016 -0700 @@ -14,9 +14,9 @@ maintainer_email='augie@google.com', url='http://bitbucket.org/durin42/hg-topics/', description='Experimental tinkering with workflow ideas for topic branches.', - long_description=open('README').read(), + long_description=open('README.md').read(), keywords='hg mercurial', license='GPLv2+', - py_modules=['src'], + packages=['hgext3rd.topic'], install_requires=requires, )