Skip to content

Commit 09a9988

Browse files
author
qfcy
committed
Version 1.2.8
1 parent f6533b5 commit 09a9988

73 files changed

Lines changed: 2437 additions & 1167 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*__pycache__*
22
build
3-
pyobject.egg-info
3+
pyobject.egg-info
4+
README.rst

MANIFEST.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
include pyobject/examples/*
12
include pyobject/images/*
2-
include pyobject/test/*
3+
include pyobject/objproxy/*
4+
include pyobject/other/*
5+
include pyobject/tests/*

README.md

Lines changed: 660 additions & 0 deletions

README.rst

Lines changed: 753 additions & 357 deletions

dist/check_&_upload.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python -m twine check %*
1+
call py313 -m twine check %*
22
pause
3-
python -m twine upload %*
3+
call py313 -m twine upload %*
44
pause
-59.9 KB
Binary file not shown.
-60.6 KB
Binary file not shown.
-59.9 KB
Binary file not shown.
-60.5 KB
Binary file not shown.
-60.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)