From d3636ebd58cb6af53701e45f89e973c7b9b59cab Mon Sep 17 00:00:00 2001 From: Xenofon Konitsas Date: Sun, 22 Nov 2020 20:36:19 +0200 Subject: [PATCH] Updated setup script and readme --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7825ea7..d2b8b29 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- Logo + Logo

tkVideo

diff --git a/setup.py b/setup.py index 5cd78e2..ee577fe 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ from setuptools import setup with open('README.md') as f: readme = f.read() -setup(name = 'tkvideo', - version = '0.1.0', +setup(name = 'tkVideo', + version = '0.1', description = 'Python module for playing videos (without sound) inside tkinter Label widget using Pillow and imageio', long_description = readme, long_description_content_type = "text/markdown",