From 2a31be01f8c77289e634ea73eea38ac272c72b4a Mon Sep 17 00:00:00 2001 From: Kaze Wong Date: Mon, 18 Sep 2023 15:50:01 -0400 Subject: [PATCH] Update --- .gitignore | 1 + setup.cfg | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 59dc8d9c..5d6606d3 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,4 @@ log* H1.txt L1.txt V1.txt +test_data diff --git a/setup.cfg b/setup.cfg index 7d8d242c..dae85cec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,8 @@ author = Kaze Wong author_email = kazewong.physics@gmail.com url = https://github.com/kazewong/jim description = Gravitatioanl wave data analysis tool in Jax +long_description = file: README.md +long_description_content_type = text/markdown keywords = sampling, inference, machine learning, normalizing, autodiff, jax license = MIT