comparison setup.py @ 6919:6859ed744625 mercurial-5.1

test-compat: merge mercurial-5.2 into mercurial-5.1
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 25 Oct 2024 17:55:54 +0400
parents 090834ff8209
children
comparison
equal deleted inserted replaced
6814:c203bc3114bb 6919:6859ed744625
38 maintainer='Pierre-Yves David', 38 maintainer='Pierre-Yves David',
39 maintainer_email='pierre-yves.david@ens-lyon.org', 39 maintainer_email='pierre-yves.david@ens-lyon.org',
40 url='https://www.mercurial-scm.org/doc/evolution/', 40 url='https://www.mercurial-scm.org/doc/evolution/',
41 description='Flexible evolution of Mercurial history.', 41 description='Flexible evolution of Mercurial history.',
42 long_description=open(join(dirname(__file__), 'README.rst')).read(), 42 long_description=open(join(dirname(__file__), 'README.rst')).read(),
43 long_description_content_type='text/x-rst',
43 keywords='hg mercurial', 44 keywords='hg mercurial',
44 license='GPLv2+', 45 license='GPLv2+',
45 packages=py_packages, 46 packages=py_packages,
46 package_dir=py_packagedir, 47 package_dir=py_packagedir,
47 python_requires=py_versions 48 python_requires=py_versions