6 lines
73 B
Python
6 lines
73 B
Python
|
from distutils.core import setup
|
||
|
|
||
|
setup(
|
||
|
scripts=['coloryou.py',],
|
||
|
)
|