Updated build script

This commit is contained in:
Samuel
2018-03-22 19:00:25 +08:00
parent 915b70455d
commit 54e5db05da
932 changed files with 219 additions and 141494 deletions

View File

@@ -3,7 +3,7 @@ setup(name='ascii2img',
version='1.0',
scripts=['./src/__main__.py'],
packages=['PIL'],
package_dir={'PIL': 'src'},
package_dir={'': 'src'},
package_data={'PIL': ['*']},
)