From 753db5e119447fc10961ca9571c7cc224a6c141a Mon Sep 17 00:00:00 2001 From: askeing Date: Thu, 14 Apr 2016 16:13:21 +0800 Subject: [PATCH] Modify the description of setup.py --- python/tidy/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/tidy/setup.py b/python/tidy/setup.py index 7221e6c1463..9b87bf9c8bb 100644 --- a/python/tidy/setup.py +++ b/python/tidy/setup.py @@ -27,12 +27,12 @@ if __name__ == '__main__': setup( name='servo_tidy', version=VERSION, - description='The tidy package of Servo', + description='The servo-tidy is used to check licenses, line lengths, whitespace, flake8 on Python files, lock file versions, and more.', long_description=long_description, keywords='mozilla servo tidy ', author='The Servo Project Developers', author_email='dev-servo@lists.mozilla.org', - url='https://github.com/servo/servo_tindy', + url='https://github.com/servo/servo', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), package_data={}, install_requires=install_requires,