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",