From 5ee9c18acf25ca06dfacdb857edbd54b8454b7e8 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 10 Jun 2021 14:53:14 +0200 Subject: Pictures are beautiful and not nice --- README.md | 2 +- python/setup.py | 2 +- systemd/birdscan.service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea78b7b..7ea1b71 100644 --- a/README.md +++ b/README.md @@ -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] -- cgit v1.2.3-70-g09d2