diff --git a/setup.py b/setup.py index 1169505..482b400 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author_email="Lshpaner@ucla.edu", description="A Python library for kidney failure risk estimation using Tangri's KFRE model", # long_description=open("README.md").read(), - long_description=open("basic_readme.md").read(), + long_description=open("min_readme.md").read(), long_description_content_type="text/markdown", # Type of the long description package_dir={"": "src"}, # Directory where your package files are located # Automatically find packages in the specified directory