diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index de1e9de9..21e57965 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index bba3a25d..e0b6f378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ license = "Apache-2.0" readme = "README.md" authors = ["debugtalk "] -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"