From afa1820b770d9090753bac4830908af57f3ef95c Mon Sep 17 00:00:00 2001 From: Sylvain <60986961+Sylvain-Deposit@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:31:20 +0000 Subject: [PATCH] updated setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e013e2d..187f476 100644 --- a/setup.py +++ b/setup.py @@ -4,14 +4,14 @@ long_description = fh.read() setuptools.setup( - name="Chatoyant_Syla", # Replace with your own username + name="Chatoyant_Syla", version="0.0.1", author="Sylvain Rama", author_email="rama.sylvain@gmail.com", description="Small lib to create colormaps, lego-like.", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/driscollis/arithmetic", + url="https://github.com/Sylvain-Deposit/Chatoyant", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",