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