diff --git a/setup.py b/setup.py index 1033e00..a1b0faa 100644 --- a/setup.py +++ b/setup.py @@ -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/*']},