From f48d91e712a62d4dce61ef4123f9e41e09d9b7be Mon Sep 17 00:00:00 2001 From: Nour Yosri Date: Thu, 5 Dec 2024 17:19:45 -0800 Subject: [PATCH] nit --- README.md => README.rst | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename README.md => README.rst (100%) diff --git a/README.md b/README.rst similarity index 100% rename from README.md rename to README.rst diff --git a/setup.py b/setup.py index ad2ab6a..355cf53 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ install_requires=requirements, setup_requires=requirements, python_requires=">=3.10.0", - long_description=open("README.md", encoding="utf-8").read(), + long_description=open("README.rst", encoding="utf-8").read(), long_description_content_type='text/markdown', url='https://github.com/quantumlib/TypedUnits', author='The TUnits Authors',