summarylogtreecommitdiffstats
path: root/setup.py
blob: bbc2db8c8d7df6daf50a2ae7c1c90fca6455086c (plain)
1
2
3
4
5
6
7
from distutils.core import setup
setup(name='amoeba',
      version='1.2',
      py_modules=['amoeba'],
      description="",
      author="Thomas R. Metcalf",
      )