Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisal-D authored Jan 24, 2025
1 parent 6439ed0 commit 07c0d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -20,4 +20,4 @@
'customtkinter', # List your package dependencies here
],
include_package_data=True,
)
)

0 comments on commit 07c0d06

Please sign in to comment.