Updated compiled ascii2img
This commit is contained in:
9
ascii2img/setup.py
Normal file
9
ascii2img/setup.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from distutils.core import setup
|
||||
setup(name='ascii2img',
|
||||
version='1.0',
|
||||
scripts=['./src/__main__.py'],
|
||||
packages=['PIL'],
|
||||
package_dir={'PIL': 'src'},
|
||||
package_data={'PIL': ['*']},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user