mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
remove long description from README.md
This commit is contained in:
5
setup.py
5
setup.py
@@ -7,14 +7,11 @@ from setuptools import setup, find_packages
|
||||
with open(os.path.join(os.path.dirname(__file__), 'ate', '__init__.py')) as f:
|
||||
version = re.compile(r"__version__\s+=\s+'(.*)'", re.I).match(f.read()).group(1)
|
||||
|
||||
with open('README.md') as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(
|
||||
name='ApiTestEngine',
|
||||
version=version,
|
||||
description='API test engine.',
|
||||
long_description=long_description,
|
||||
long_description="Best practice of API test, including automation test and performance test.",
|
||||
author='Leo Lee',
|
||||
author_email='mail@debugtalk.com',
|
||||
url='https://github.com/debugtalk/ApiTestEngine',
|
||||
|
||||
Reference in New Issue
Block a user