#!/usr/bin/env python from distutils.core import setup setup(name='sddm', version='0.1', description="Self-destructing dark matter python scripts", author="Anthony LaTorre", packages=['sddm'], install_requires=['numpy', 'pandas', 'matplotlib'] )