Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Dec 6, 2024
1 parent f48d91e commit 3b3f839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.rst → README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## TUnits - Fast Python Units

.. image:: https://github.com/quantumlib/TypedUnits/actions/workflows/ci.yml/badge.svg?branch=main
:target: https://github.com/quantumlib/TypedUnits
:alt: Build & Test

![Continuous Integration](https://github.com/quantumlib/TypedUnits/actions/workflows/ci.yml/badge.svg?branch=main)

Implements unit of measurement arithmetic, where a number is associated with a product of powers of base units and values with compatible units can be added.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
install_requires=requirements,
setup_requires=requirements,
python_requires=">=3.10.0",
long_description=open("README.rst", encoding="utf-8").read(),
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type='text/markdown',
url='https://github.com/quantumlib/TypedUnits',
author='The TUnits Authors',
Expand Down

0 comments on commit 3b3f839

Please sign in to comment.