Skip to content
Snippets Groups Projects
setup.py 272 B
Newer Older
Yngve Levinsen's avatar
Yngve Levinsen committed
from distutils.core import setup

setup(name='Yngve Tools',
      version='1.0',
      description='Various stuff for ESS Work   ',
      author='Yngve Inntjore Levinsen',
      author_email='yngve.levinsen@esss.se',
      packages=['ess'],
      scripts=['tracewin'],
Yngve Levinsen's avatar
Yngve Levinsen committed
)
Yngve Levinsen's avatar
Yngve Levinsen committed