mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 20:38:44 +08:00
relocate locust template file
This commit is contained in:
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ setup(
|
||||
license='MIT',
|
||||
packages=find_packages(exclude=["examples", "tests", "tests.*"]),
|
||||
package_data={
|
||||
'httprunner': ['locustfile_template', "templates/default_report_template.html"],
|
||||
'httprunner': ["templates/*"],
|
||||
},
|
||||
keywords='api test',
|
||||
install_requires=install_requires,
|
||||
|
||||
Reference in New Issue
Block a user