improvement: maintain project meta data all in pyproject.toml

1, remove __about__.py
2, project version and description are all configured in pyproject.toml
This commit is contained in:
debugtalk
2019-07-16 18:56:52 +08:00
parent b60abd4321
commit a039b80fa7
5 changed files with 12 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ version = "2.2.4"
description = "One-stop solution for HTTP(S) testing."
license = "Apache-2.0"
readme = "README.md"
authors = ["debugtalk <mail@debugtalk.com>"]
authors = ["debugtalk <debugtalk@gmail.com>"]
homepage = "https://github.com/HttpRunner/HttpRunner"
repository = "https://github.com/HttpRunner/HttpRunner"