fix: include CHANGELOG in package

This commit is contained in:
debugtalk
2019-12-24 20:28:58 +08:00
parent 2d0a0cdae9
commit 033f17294f
2 changed files with 4 additions and 3 deletions

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"