Skip to content
Snippets Groups Projects
Select Git revision
  • 794cde9c9c3cc608c4fcb98b4d704fe9545e8316
  • master default protected
2 results

FT_example1.m

Blame
    • adf's avatar
      ef25ce70
      · ef25ce70
      adf authored
      adding current code of SimTools.
      
      ef25ce70
      History
      adf authored
      adding current code of SimTools.
      
    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'],
          )