[project] authors = [{name = "GiĆ² Diani", email = "mail@gionathandiani.name"}] dependencies = [] description = "Add a short description here" name = "database" requires-python = ">= 3.11" version = "0.1.0" [build-system] build-backend = "hatchling.build" requires = ["hatchling"] [tool.pixi.project] channels = ["conda-forge"] platforms = ["linux-64"] [tool.pixi.pypi-dependencies] database = { path = ".", editable = true } [tool.pixi.tasks]