File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Just a template for quickly creating a python library.
88 <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 >
99 <a href =" LICENSE " ><img alt =" LICENSE " src =" https://img.shields.io/github/license/ShigureLab/moelib?style=flat-square " ></a >
1010 <br />
11+ <a href =" https://github.com/astral-sh/uv " ><img alt =" uv " src =" https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json&style=flat-square " ></a >
1112 <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 >
1213 <a href =" https://gitmoji.dev " ><img alt =" Gitmoji " src =" https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67?style=flat-square " ></a >
1314</p >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dev-dependencies = [
4040]
4141
4242[tool .pyright ]
43- include = [" moelib" , " tests" ]
43+ include = [" src/ moelib" , " tests" ]
4444pythonVersion = " 3.9"
4545typeCheckingMode = " strict"
4646
You can’t perform that action at this time.
0 commit comments