Naming conflict, renaming pypi project name to suffixed w/ -kevin.

This commit is contained in:
2021-07-04 16:41:30 +02:00
parent df8fdbd4fa
commit 39661ea3db

View File

@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read() long_description = fh.read()
setup( setup(
name="delugeClient", name="delugeClient-kevin",
version=delugeClient.__version__, version=delugeClient.__version__,
author="KevinMidboe", author="KevinMidboe",
description="Deluge client with custom functions written in python", description="Deluge client with custom functions written in python",
@@ -36,4 +36,4 @@ setup(
'delugeClient': ['default_config.ini'], 'delugeClient': ['default_config.ini'],
}, },
python_requires=">=3.6", python_requires=">=3.6",
) )