From 3e7b707e47a082592bdbb02f50dfd57317e88502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Fri, 27 Dec 2019 16:17:06 +0100 Subject: [PATCH] added aw-server script to pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 04ae6da3..06dce919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,9 @@ description = "" authors = ["Erik Bjäreholt "] license = "MPL-2.0" +[tool.poetry.scripts] +aw-server = "aw_server:main" + [tool.poetry.dependencies] python = "^3.6" aw-core = {git = "https://github.com/ActivityWatch/aw-core.git"}