comparison setup.py @ 6899:43b1fcb4055c mercurial-6.7

test-compat: merge mercurial-6.8 into mercurial-6.7
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 24 Oct 2024 17:57:11 +0400
parents 090834ff8209
children
comparison
equal deleted inserted replaced
6798:f46913e52954 6899:43b1fcb4055c
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