mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 05:19:38 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user