4 lines
93 B
Python
4 lines
93 B
Python
|
from distutils.core import setup
|
||
|
|
||
|
setup(name='relational_gui', packages=('relational_gui',))
|