diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] -name = "" -version = "" +name = "light9" +version = "0.0.1" description = "" authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] -license-expression = "MIT" +license = {text = "MIT"} dependencies = [ "pillow", "pyjade", @@ -42,13 +42,15 @@ dependencies = [ "mido>=1.2.10", "alsa-midi>=1.0.1", "treq>=22.2.0", + "light9 @ file:///${PROJECT_ROOT}/", ] -requires-python = ">=3.10" +requires-python = ">=3.11" + +readme = "README.md" [project.urls] -Homepage = "" +Homepage = "https://bigasterisk.com/light9/" -[project.optional-dependencies] [tool.pdm] [tool.pdm.dev-dependencies]