Skip to content

Commit

Permalink
Modify the description of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
askeing committed Apr 14, 2016
1 parent bfe460d commit 753db5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tidy/setup.py
Expand Up @@ -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,
Expand Down

0 comments on commit 753db5e

Please sign in to comment.