mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01: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(
|
setup(
|
||||||
name='servo_tidy',
|
name='servo_tidy',
|
||||||
version=VERSION,
|
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,
|
long_description=long_description,
|
||||||
keywords='mozilla servo tidy ',
|
keywords='mozilla servo tidy ',
|
||||||
author='The Servo Project Developers',
|
author='The Servo Project Developers',
|
||||||
author_email='dev-servo@lists.mozilla.org',
|
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']),
|
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
|
||||||
package_data={},
|
package_data={},
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue