diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4bde8a4 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include magictk res.* *.py *.ico \ No newline at end of file diff --git a/setup.py b/setup.py index b6d76fd..ee7c8ba 100644 --- a/setup.py +++ b/setup.py @@ -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',