attribution_report/setup.py
2015-07-20 12:23:44 -04:00

8 lines
115 B
Python

# -*- coding: utf-8 -*-
from setuptools import setup
setup(
app=["main.py"],
setup_requires=["py2app"],
)