Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Aug 27, 2024
1 parent 1380e02 commit c23b25b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
3 changes: 2 additions & 1 deletion una/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Python monorepo tooling"
authors = [
{ name = "Chris Arderne", email = "[email protected]" }
]
readme = "README.md"
readme = "../README.md"
license = {text = "MIT License"}
requires-python = ">= 3.11"
keywords = ["uv", "monorepo", "build", "python"]
Expand Down Expand Up @@ -47,6 +47,7 @@ packages = ["una"]

[tool.hatch.version]
source = "vcs"
raw-options = { root = ".." }

[tool.basedpyright]
venvPath = ".."
Expand Down
26 changes: 8 additions & 18 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c23b25b

Please sign in to comment.