fix: include CHANGELOG in package

This commit is contained in:
debugtalk
2019-12-24 20:28:58 +08:00
parent 8bb12ea480
commit 580465c761
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
**Fixed**
- fix: display request & response details in report when extraction failed
- fix: include CHANGELOG in package
## 2.4.7 (2019-12-24)

View File

@@ -6,8 +6,8 @@ license = "Apache-2.0"
readme = "README.md"
authors = ["debugtalk <debugtalk@gmail.com>"]
homepage = "https://github.com/HttpRunner/HttpRunner"
repository = "https://github.com/HttpRunner/HttpRunner"
homepage = "https://github.com/httprunner/httprunner"
repository = "https://github.com/httprunner/httprunner"
documentation = "https://docs.httprunner.org"
keywords = ["HTTP", "api", "test", "requests", "locustio"]
@@ -27,7 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.8"
]
include = ["CHANGELOG.md", "httprunner/static/*"]
include = ["docs/CHANGELOG.md"]
[tool.poetry.dependencies]
python = "~2.7 || ^3.5"