将整个项目作为包安装,增加命令行统一操作

This commit is contained in:
xaoyo 2023-10-15 10:46:26 +08:00
parent f7e7b49843
commit b7cba39f97

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
version = "2.0.8"
version = "2.1.0"
setup(
name="pywxdump",
author="xaoyaoo",