Mercurial > hg > hg-fastimport
comparison setup.py @ 90:f58882dce2d7
Move README.txt to README.rst and tidy up
Now reflects no dependencies, how to install using pip and
how to use it.
All other information has been discarded and can be found by
looking in other files.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 19 Jan 2021 23:05:11 +0000 |
| parents | fec9b2b96c5f |
| children | c305720d5b7c |
comparison
equal
deleted
inserted
replaced
| 89:e6602cc471d5 | 90:f58882dce2d7 |
|---|---|
| 29 author='The hg-fastimport authors', | 29 author='The hg-fastimport authors', |
| 30 maintainer='Roy Marples', | 30 maintainer='Roy Marples', |
| 31 maintainer_email='roy@marples.name', | 31 maintainer_email='roy@marples.name', |
| 32 url='https://roy.marples.name/hg/hg-fastimport/', | 32 url='https://roy.marples.name/hg/hg-fastimport/', |
| 33 description='Mercurial extension for importing from a git fast-import stream.', | 33 description='Mercurial extension for importing from a git fast-import stream.', |
| 34 long_description=open(join(dirname(__file__), 'README.txt')).read(), | 34 long_description=open(join(dirname(__file__), 'README.rst')).read(), |
| 35 keywords='hg git mercurial', | 35 keywords='hg git mercurial', |
| 36 license='GPLv2', | 36 license='GPLv2', |
| 37 packages=py_packages, | 37 packages=py_packages, |
| 38 package_dir=py_packagedir, | 38 package_dir=py_packagedir, |
| 39 python_requires=py_versions, | 39 python_requires=py_versions, |
