diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | python/setup.py | 2 | ||||
-rw-r--r-- | systemd/birdscan.service | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # birdscan -A software to take nice pictures of birds with a Raspberry Pi Camera. +A software to take beautiful pictures of birds with a Raspberry Pi Camera. diff --git a/python/setup.py b/python/setup.py index 0cfafbd..8091600 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ from distutils.core import setup setup(name="birdscan", version="0.0.1", - description="A software to take nice pictures of birds with a Raspberry Pi Camera", + description="A software to take beautiful pictures of birds with a Raspberry Pi Camera", author="xengineering", author_email="mail2xengineering@protonmail.com", url="https://xengineering.eu", diff --git a/systemd/birdscan.service b/systemd/birdscan.service index aa9f319..3142a38 100644 --- a/systemd/birdscan.service +++ b/systemd/birdscan.service @@ -1,6 +1,6 @@ [Unit] -Description=A software to take nice pictures of birds with a Raspberry Pi Camera +Description=A software to take beautiful pictures of birds with a Raspberry Pi Camera After=network.target [Service] |