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

This commit is contained in:
xaoyo 2023-10-15 11:54:32 +08:00
parent 3f95bd231c
commit fca031ba35

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.1.1"
version = "2.1.2"
setup(
name="pywxdump",
author="xaoyaoo",