Modify the description of setup.py

This commit is contained in:
askeing 2016-04-14 16:13:21 +08:00
parent bfe460de9e
commit 753db5e119

View file

@ -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,