Updated setup script and readme

This commit is contained in:
Xenofon Konitsas 2020-11-22 20:36:19 +02:00
parent f9f5e52a92
commit d3636ebd58
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<p align="center">
<a href="https://github.com/huskeee/tkvideo">
<img src="images/logo.png" alt="Logo" >
<img src="https://raw.githubusercontent.com/huskeee/tkvideo/master/images/logo.png" alt="Logo" >
</a>
<h1 align="center">tkVideo</h1>

View file

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