From c37a4d88523754e8f73aaf80ab2cffa936d4496a Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Fri, 22 Jan 2021 10:36:18 +0100 Subject: [PATCH] Further renames --- schaltschrank.service | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schaltschrank.service b/schaltschrank.service index 04fb234..ac3b1b8 100644 --- a/schaltschrank.service +++ b/schaltschrank.service @@ -6,7 +6,7 @@ After=network-online.target [Service] WorkingDirectory=/home/pi Environment=PYTHONUNBUFFERED=1 -ExecStart=/home/pi/schaltschrank/bin/python -m schaltschrank.main conf.json web/ +ExecStart=/home/pi/schaltschrank-venv/bin/python -m schaltschrank.main conf.json web/ [Install] WantedBy=multi-user.target diff --git a/setup.py b/setup.py index 3ba7f44..624a8a9 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ with open("README.md", "r") as readme_file: long_description = readme_file.read() setuptools.setup( - name="graphit-controlpi", - version="0.2.4", + name="schaltschrank", + version="0.1.0", author="Graph-IT GmbH", author_email="info@graph-it.com", description="Main Module for Machine Control Pi", -- 2.34.1