File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ Copyright CC-BY-NC 4.0
2+ Author: wayne931121
3+ Last Update: 20251008
Original file line number Diff line number Diff line change 11pushd %~dp0
22python setup.py sdist
3- pip install dist/cdebug-0.0.1 .tar.gz
4- pause
3+ pip install dist/cdebug-0.0.2 .tar.gz --no-build-isolation
4+ pause
Original file line number Diff line number Diff line change 11from setuptools import setup ,find_packages
22
33# print(find_packages())
4- with open ("README.md " ,encoding = "utf-8" ) as f :
4+ with open ("README" ,encoding = "utf-8" ) as f :
55 md = f .read ()
66
77
88setup (
99 name = "cdebug" ,
10- version = "0.0.1 " ,
10+ version = "0.0.2 " ,
1111 author = "wayne931121" ,
1212 author_email = "" ,
1313 description = "debug" ,
2222 "Operating System :: OS Independent" ,
2323 ],
2424 python_requires = ">=3.0" ,
25- )
25+ )
You can’t perform that action at this time.
0 commit comments