mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 16:07: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:
@@ -5,7 +5,7 @@ def main_hrun():
|
||||
"""
|
||||
import argparse
|
||||
from httprunner import logger
|
||||
from httprunner.__about__ import __description__, __version__
|
||||
from httprunner import __description__, __version__
|
||||
from httprunner.api import HttpRunner
|
||||
from httprunner.compat import is_py2
|
||||
from httprunner.validator import validate_json_file
|
||||
|
||||
Reference in New Issue
Block a user