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

This commit is contained in:
xaoyo 2023-10-15 10:57:49 +08:00
parent 8be22a5811
commit 03c3a5ea63

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