attribution_report/setup.py

8 lines
115 B
Python
Raw Normal View History

2015-07-17 05:40:51 +00:00
# -*- coding: utf-8 -*-
2015-07-20 16:23:44 +00:00
from setuptools import setup
2015-07-17 05:40:51 +00:00
setup(
2015-07-20 16:23:44 +00:00
app=["main.py"],
setup_requires=["py2app"],
2015-07-17 05:40:51 +00:00
)