更新 setup.py
Build and Publish / Run (push) Successful in 43s Details

This commit is contained in:
cxykevin 2024-04-18 22:23:05 +08:00
parent 34c48346e1
commit 3bae52c0c3
1 changed files with 4 additions and 3 deletions

View File

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