From 07c0d062e214aa2719e3291d6f46de59c1cd37fd Mon Sep 17 00:00:00 2001 From: Thisal Dilmith <93121062+Thisal-D@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:54:32 +0530 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d7caa8f..db8db81 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name='ctkchart', # Replace with your package name version='2.1.8', # Replace with your package version author='Thisal-D', # Replace with your name - author_email='khtdilmith@example.com', # Replace with your email + author_email='', # Replace with your email description='Line-chart Widget for customtkinter, Python library for creating live updating line charts in CustomTkinter.', long_description=open('README.md').read(), # Ensure you have a README.md file long_description_content_type='text/markdown', @@ -20,4 +20,4 @@ 'customtkinter', # List your package dependencies here ], include_package_data=True, -) \ No newline at end of file +)