diff --git a/api/pyproject.toml b/api/pyproject.toml index 2fddbd737..cc3739d25 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,9 +1,24 @@ [tool.poetry] -name = "Funkwhale" +name = "funkwhale-api" version = "1.2.9" -description = "" +description = "Funkwhale API" + authors = ["Funkwhale Collective"] -license = "GNU AGPLv3" +homepage = "https://funkwhale.audio" +repository = "https://dev.funkwhale.audio/funkwhale/funkwhale" +documentation = "https://docs.funkwhale.audio" +license = "AGPL-3.0-only" + +packages = [ + { include = "funkwhale_api" }, + { include = "config" }, +] +include = [ + { path = "*.txt" }, + { path = "*.png" }, + { path = "*.html" }, +] +exclude = ["tests"] [tool.poetry.dependencies] python = "^3.7" diff --git a/changes/changelog.d/build-api-package-wheel.enhancement b/changes/changelog.d/build-api-package-wheel.enhancement new file mode 100644 index 000000000..a5f74ed19 --- /dev/null +++ b/changes/changelog.d/build-api-package-wheel.enhancement @@ -0,0 +1 @@ +Allow installing the funkwhale_api package