change: rename folder, templates => static

This commit is contained in:
debugtalk
2019-10-25 17:06:05 +08:00
parent 22eb592eec
commit c0a66e494b
5 changed files with 6 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
]
include = ["CHANGELOG.md", "httprunner/templates/*"]
include = ["CHANGELOG.md", "httprunner/static/*"]
[tool.poetry.dependencies]
python = "~2.7 || ^3.5"