From ed1d15aa02b3c7c1350a5204861d1f8678550fbb Mon Sep 17 00:00:00 2001 From: Jonathan Weth Date: Wed, 23 Jun 2021 12:33:28 +0200 Subject: Restructure project directory and provide script for session service --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 19c48e6..b742893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,10 @@ authors = [ "Jonathan Weth " ] license = "GPL-2.0-or-later" +packages = [ + { include = "rwa/" }, +] +include = ["README.rst", "LICENCE", "org.ArcticaProject.RWASupportSessionService.service", "docs/*", "docs/*/**"] [tool.poetry.dependencies] python = "^3.7" @@ -25,6 +29,12 @@ dynaconf = "^3.0.0" sphinx = "^3.0" sphinx-autodoc-typehints = "^1.7" +[tool.poetry.scripts] +rwa-support-sessionservice = 'rwa.support.sessionservice.service:main' + +[tool.black] +line-length = 100 + [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" -- cgit v1.2.3