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 =