Skip to content

Commit 310d494

Browse files
committed
pull typ-dev from github repo
1 parent 668a62f commit 310d494

File tree

3 files changed

+5
-56
lines changed

3 files changed

+5
-56
lines changed

pyproject.toml

+1-11
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,10 @@ dev = [
3232
'pylint==3.3.6',
3333
'ruff==0.11.2',
3434
'twine==6.1.0',
35+
'typ @ git+https://github.com/dpranke/typ-dev',
3536
'uv==0.6.11',
3637
]
3738

38-
[project.optional-dependencies]
39-
typ = [
40-
'typ @ file:///${PROJECT_ROOT}/subpackages/typ-dev',
41-
]
42-
4339
[project.urls]
4440
Repository = "https://github.com/dpranke/pyfloyd"
4541
Issues = "https://github.com/dpranke/pyfloyd/issues"
@@ -64,9 +60,3 @@ where = [ "src" ]
6460

6561
[tool.setuptools.dynamic]
6662
version = {attr = "pyfloyd.__version__"}
67-
68-
[tool.uv.sources]
69-
typ = { workspace = true }
70-
71-
[tool.uv.workspace]
72-
members = [ "subpackages/*" ]

subpackages/typ-dev

-1
This file was deleted.

uv.lock

+4-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)