guetzli-recursively-gui/setup.py

6 lines
90 B
Python
Raw Normal View History

2017-04-20 00:29:31 +02:00
from setuptools import setup
setup(
app=["main.py"],
setup_requires=["py2app"],
)