Mercurial > python-hglib
view setup.py @ 69:e89dd99638ce
test-manifest: Windows doesn't have symlink or executable bit
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Fri, 09 Sep 2011 19:10:02 +0300 |
parents | 358fd5c84270 |
children | 009e7858a93b |
line wrap: on
line source
import os from distutils.core import setup setup( name='python-hglib', version='0.1', author='Idan Kamara', author_email='idankk86@gmail.com', url='http://selenic.com/repo/python-hglib', description='Mercurial Python library', long_description=open(os.path.join(os.path.dirname(__file__), 'README')).read(), license='MIT', packages=['hglib'])