Skip to content
Snippets Groups Projects
Select Git revision
  • 9e046b30db1f02fadb341c72ddba2f7c1e861fe7
  • master default protected
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

setup.py

Blame
  • Forked from Gregory Ashton / PyFstat
    276 commits behind the upstream repository.
    Gregory Ashton's avatar
    Gregory Ashton authored
    Transforms the single pyfstat.py into a python module splitting the
    relevant code into separate sub-files in pyfstat. This should result in
    improved readability.
    51d107a0
    History
    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'],
          )