aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy
diff options
context:
space:
mode:
Diffstat (limited to 'python/tidy')
-rw-r--r--python/tidy/setup.py4
1 files 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,