Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: wfxey <[email protected]>
  • Loading branch information
wfxey authored Dec 26, 2024
1 parent 0b77513 commit 4830896
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -39,6 +39,6 @@
],
},
dependency_links=[
"https://github.com/Eldritchy/diec/packages"
"https://github.com/VelisCore/diec/packages"
],
)

0 comments on commit 4830896

Please sign in to comment.