mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Modify the description of setup.py
This commit is contained in:
parent
bfe460de9e
commit
753db5e119
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue