piku/binary/setup.py

3 wiersze
97 B
Python

from distutils.core import setup
setup(name='piku-binary', version='0.0.1', scripts=['piku.py'])