1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-19 00:55:58 +00:00
dupeguru/pe/cocoa/py/setup.py

12 lines
171 B
Python
Raw Normal View History

#!/usr/bin/env python
from setuptools import setup
from hs.build import set_buildenv
set_buildenv()
setup(
plugin=['dg_cocoa.py'],
setup_requires=['py2app'],
)