Browse Source

ready for merge

NMS Indium 8 months ago
parent
commit
23dc2d38ef
2 changed files with 1 additions and 3 deletions
  1. 1 1
      setup.py
  2. 0 2
      systemctl_mqtt/__init__.py

+ 1 - 1
setup.py

@@ -19,7 +19,7 @@ import pathlib
 
 import setuptools
 
-_REPO_URL = "https://github.com/avrovulcanxh607/systemctl-mqtt"
+_REPO_URL = "https://github.com/fphammerle/systemctl-mqtt"
 
 setuptools.setup(
     name="systemctl-mqtt",

+ 0 - 2
systemctl_mqtt/__init__.py

@@ -15,8 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-print("nathan's version 3")
-
 import abc
 import argparse
 import asyncio