[project] name = "dragonglass" version = "0.1.0" description = "Add your description here" authors = [ { name = "Amy Gale Ruth Bowersox", email = "amy@erbosoft.com" } ] dependencies = [ "jinja2~=3.1.4", "markdown~=3.6", "markupsafe~=2.1.5", "pyyaml~=6.0.1", ] readme = "README.md" requires-python = ">= 3.8" [project.scripts] 'dragonglass' = "dragonglass:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.rye] managed = true dev-dependencies = [] [tool.hatch.metadata] allow-direct-references = true [tool.hatch.build.targets.wheel] packages = ["src/dragonglass"]