This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 622 B View raw
1[project] 2name = "jugulis" 3version = "0.1.0" 4description = "A syvl.org multiple dispatch system!" 5readme = "README.md" 6authors = [ 7 { name = "Jeet Ray", email = "jeet.ray@syvl.org" } 8] 9maintainers = [ 10 { name = "Jeet Ray", email = "jeet.ray@syvl.org" } 11] 12requires-python = ">=3.14" 13license = "MIT" 14urls."Source code" = "https://tangled.sh/@syvl.org/jugulis" 15dependencies = [ 16 "addict>=2.4.0", 17 "docstring-parser>=0.16", 18 "hydrox", 19] 20 21[build-system] 22requires = ["hatchling"] 23build-backend = "hatchling.build" 24 25[tool.hatch.build.targets.wheel] 26packages = [ "jugulis" ] 27 28[tool.uv.sources] 29hydrox = { workspace = true }