relocate locust template file

This commit is contained in:
httprunner
2018-02-26 13:50:10 +08:00
parent 4301a6ea46
commit 0948dcb0fc
4 changed files with 4 additions and 3 deletions

View File

@@ -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,