Skip to content

Commit

Permalink
Merge pull request #3 from Potatoasad/GWTC-2.1-update
Browse files Browse the repository at this point in the history
Changed long description to work with PyPI
  • Loading branch information
Potatoasad authored Aug 24, 2023
2 parents f148c09 + 26f8935 commit 5b82526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
long_description = '''A gravitational event database that queries and locally saves event strain samples, detector PSDs and posterior samples.'''

description = '''A gravitational event database that queries and locally saves event strain samples,
detector PSDs and posterior samples - all in one place'''
Expand Down

0 comments on commit 5b82526

Please sign in to comment.