mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-12 03:09:43 +08:00
update setup.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -11,7 +11,7 @@ here = os.path.abspath(os.path.dirname(__file__))
|
|||||||
with io.open(os.path.join(here, 'httprunner', '__about__.py'), encoding='utf-8') as f:
|
with io.open(os.path.join(here, 'httprunner', '__about__.py'), encoding='utf-8') as f:
|
||||||
exec(f.read(), about)
|
exec(f.read(), about)
|
||||||
|
|
||||||
with io.open("README.rst", encoding='utf-8') as f:
|
with io.open("README.md", encoding='utf-8') as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
@@ -78,7 +78,7 @@ setup(
|
|||||||
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4',
|
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4',
|
||||||
packages=find_packages(exclude=["examples", "tests", "tests.*"]),
|
packages=find_packages(exclude=["examples", "tests", "tests.*"]),
|
||||||
package_data={
|
package_data={
|
||||||
'': ["README.rst"],
|
'': ["README.md"],
|
||||||
'httprunner': ["templates/*"],
|
'httprunner': ["templates/*"],
|
||||||
},
|
},
|
||||||
keywords='HTTP api test requests locust',
|
keywords='HTTP api test requests locust',
|
||||||
|
|||||||
Reference in New Issue
Block a user