Skip to content

Commit

Permalink
📝 docs: add uv badge
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Aug 3, 2024
1 parent 022ed7c commit b4d2b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Just a template for quickly creating a python library.
<a href="https://pypi.org/project/moelib/" target="_blank"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/moelib?style=flat-square"></a>
<a href="LICENSE"><img alt="LICENSE" src="https://img.shields.io/github/license/ShigureLab/moelib?style=flat-square"></a>
<br/>
<a href="https://github.com/astral-sh/uv"><img alt="ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json&style=flat-square"></a>
<a href="https://github.com/astral-sh/ruff"><img alt="ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square"></a>
<a href="https://gitmoji.dev"><img alt="Gitmoji" src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67?style=flat-square"></a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dev-dependencies = [
]

[tool.pyright]
include = ["moelib", "tests"]
include = ["src/moelib", "tests"]
pythonVersion = "3.9"
typeCheckingMode = "strict"

Expand Down

0 comments on commit b4d2b4b

Please sign in to comment.