This commit is contained in:
Theelgirl 2020-10-28 16:52:04 +00:00 committed by GitHub
parent 94c0b47366
commit 0bf43086c8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def get_version(rel_path):
dynamic_version = get_version("fvid/__init__.py")
setup(setup_tuple = (
setup(
name="fvid",
version=dynamic_version,
author="Alfredo Sequeida",