From 39661ea3dbfdc13dac29b97856e85f7228df4922 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sun, 4 Jul 2021 16:41:30 +0200 Subject: [PATCH] Naming conflict, renaming pypi project name to suffixed w/ -kevin. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 145d73d..9b683ee 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setup( - name="delugeClient", + name="delugeClient-kevin", version=delugeClient.__version__, author="KevinMidboe", description="Deluge client with custom functions written in python", @@ -36,4 +36,4 @@ setup( 'delugeClient': ['default_config.ini'], }, python_requires=">=3.6", -) \ No newline at end of file +)