完成setup打包
Build and Publish / Run (push) Successful in 39s Details

This commit is contained in:
cxykevin 2024-04-18 22:32:28 +08:00
parent 3bae52c0c3
commit 8c1378d66a
2 changed files with 1 additions and 4 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
recursive-include magictk res.* *.py *.ico

View File

@ -23,10 +23,6 @@ setup(
package_dir={
"magictk": "./magictk",
},
package_data={
'':['*.py'],
'res file':['*.pickle']
},
install_requires=[],
author='cxykevin|git.hmtsai.cn',
author_email='cxykevin@yeah.net',