abc4c06dfa
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@288 014f5005-505e-4b48-8d0a-63407b615a7c
5 lines
109 B
Python
5 lines
109 B
Python
# -*- coding: utf-8 -*-
|
|
from distutils.core import setup
|
|
|
|
setup(name='relational', packages=('relational',))
|