Skip to content
Snippets Groups Projects
Select Git revision
  • 651dbe0dfbc1b8f0d457af4eaed9144f84ae09f5
  • master default
2 results

test_put.py

Blame
  • Forked from finesse / pykat
    Source project has a limited visibility.
    setup.py 213 B
    #!/usr/bin/env python
    
    from distutils.core import setup
    
    setup(name='PyFstat',
          version='0.2',
          author='Gregory Ashton',
          author_email='gregory.ashton@ligo.org',
          packages=['pyfstat'],
          )