Skip to content

Commit 9d4d357

Browse files
authored
Add files via upload
1 parent b410602 commit 9d4d357

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

LICENCE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Copyright CC-BY-NC 4.0
2+
Author: wayne931121
3+
Last Update: 20251008

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pushd %~dp0
22
python 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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from 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

88
setup(
99
name="cdebug",
10-
version="0.0.1",
10+
version="0.0.2",
1111
author="wayne931121",
1212
author_email="",
1313
description="debug",
@@ -22,4 +22,4 @@
2222
"Operating System :: OS Independent",
2323
],
2424
python_requires=">=3.0",
25-
)
25+
)

0 commit comments

Comments
 (0)