From 1f8be50dd60259ab8b01ea1904c492a1b8f33aef Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Fri, 22 Oct 2021 11:11:11 +0530 Subject: [PATCH] moved systemd service to a dir This is to add another service file alongside naxalnet.service --- naxalnet/__init__.py | 2 +- naxalnet.service => service/naxalnet.service | 0 setup.cfg | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename naxalnet.service => service/naxalnet.service (100%) diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 094ce96..a91face 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -42,4 +42,4 @@ given below. # # In case you forgot to change the version, skip the number # and put the next number in the next commit. -__version__ = "0.5.0" +__version__ = "0.5.0a1.dev1" diff --git a/naxalnet.service b/service/naxalnet.service similarity index 100% rename from naxalnet.service rename to service/naxalnet.service diff --git a/setup.cfg b/setup.cfg index 28a8a15..67829aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ console_scripts = [options.data_files] lib/systemd/system = - naxalnet.service + service/naxalnet.service # If installing with pip, this file will be copied to some other place. # This is the reason we use setup.py instead of pip in the Makefile. /etc/naxalnet =