From 4830896bb7998f9cddccab3996d9d0370558317c Mon Sep 17 00:00:00 2001 From: wfxey <158351052+wfxey@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:35:45 +0100 Subject: [PATCH] Update setup.py Signed-off-by: wfxey <158351052+wfxey@users.noreply.github.com> --- setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 87d6917..3ca302f 100644 --- a/setup.py +++ b/setup.py @@ -9,13 +9,13 @@ packages=find_packages(), license='MIT', description='A tool that encodes text and provides a key for decoding!', - author='Eldritchy', - author_email='eldritchy.help@gmail.com', + author='VelisCOre', + author_email='velis.help@web.de', long_description=long_description, long_description_content_type="text/markdown", - url='https://github.com/Eldritchy/diec', - download_url='https://github.com/Eldritchy/diec/archive/refs/tags/v3.2.tar.gz', - keywords=['diec', 'encoding', 'decoding'], + url='https://github.com/VelisCore/diec', + download_url='https://github.com/VelisCore/diec/archive/refs/tags/v3.2.tar.gz', + keywords=['diec', 'encoding', 'decoding', 'Velis'], install_requires=[ 'binaryconvert', 'argon2', @@ -39,6 +39,6 @@ ], }, dependency_links=[ - "https://github.com/Eldritchy/diec/packages" + "https://github.com/VelisCore/diec/packages" ], )