Skip to content
Snippets Groups Projects
setup.py 144 B
Newer Older
#!/usr/bin/env python3

from setuptools import setup

setup(name='PyEDdA',
      version='0.1',
      packages=['EDdA', 'EDdA.classification'])