mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
fix: include CHANGELOG in package
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
**Fixed**
|
**Fixed**
|
||||||
|
|
||||||
- fix: display request & response details in report when extraction failed
|
- fix: display request & response details in report when extraction failed
|
||||||
|
- fix: include CHANGELOG in package
|
||||||
|
|
||||||
## 2.4.7 (2019-12-24)
|
## 2.4.7 (2019-12-24)
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ license = "Apache-2.0"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = ["debugtalk <debugtalk@gmail.com>"]
|
authors = ["debugtalk <debugtalk@gmail.com>"]
|
||||||
|
|
||||||
homepage = "https://github.com/HttpRunner/HttpRunner"
|
homepage = "https://github.com/httprunner/httprunner"
|
||||||
repository = "https://github.com/HttpRunner/HttpRunner"
|
repository = "https://github.com/httprunner/httprunner"
|
||||||
documentation = "https://docs.httprunner.org"
|
documentation = "https://docs.httprunner.org"
|
||||||
|
|
||||||
keywords = ["HTTP", "api", "test", "requests", "locustio"]
|
keywords = ["HTTP", "api", "test", "requests", "locustio"]
|
||||||
@@ -27,7 +27,7 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.8"
|
"Programming Language :: Python :: 3.8"
|
||||||
]
|
]
|
||||||
|
|
||||||
include = ["CHANGELOG.md", "httprunner/static/*"]
|
include = ["docs/CHANGELOG.md"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "~2.7 || ^3.5"
|
python = "~2.7 || ^3.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user