diff --git a/python/tidy/setup.py b/python/tidy/setup.py index 7221e6c1463e..9b87bf9c8bb0 100644 --- a/python/tidy/setup.py +++ b/python/tidy/setup.py @@ -27,12 +27,12 @@ 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,