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