Skip to content

Commit

Permalink
Update setup.py: no description
Browse files Browse the repository at this point in the history
  • Loading branch information
Potatoasad authored Nov 16, 2023
1 parent 2df651f commit c673a26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
#with open("README.md", "r", encoding="utf-8") as fh:
# long_description = "test"

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

setup(name='ringdb',
version='0.1.3.3',
description=description.replace('\n',''),
version='0.1.3.4',
#description=description.replace('\n',''),
author='Asad Hussain',
author_email='asadh@utexas.edu',
url='https://github.com/potatoasad/ringdb',
download_url='https://github.com/Potatoasad/ringdb/archive/refs/tags/v0.1.3.3.zip',
download_url='https://github.com/Potatoasad/ringdb/archive/refs/tags/v0.1.3.4.zip',
license='MIT',
packages=['ringdb'],
package_data={'ringdb': ['metadb/*']},
Expand Down

0 comments on commit c673a26

Please sign in to comment.