Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jul 24, 2023
1 parent 53ba756 commit 0f8c784
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Expand Up @@ -2,14 +2,17 @@
Setuptools based setup module
"""
from setuptools import setup, find_packages
from pathlib import Path
import versioneer


setup(
name='pymov2gif',
version=versioneer.get_version(),
description='Similar to the Google authenticator just written in python.',
url='https://github.com/pyscioffice/pymov2gif',
description='Convert *.mov to *.gif',
long_description=Path("README.md").read_text(),
long_description_content_type='text/markdown',
url='https://github.com/jan-janssen/pymov2gif',
author='Jan Janssen',
author_email='jan.janssen@outlook.com',
license='BSD',
Expand Down

0 comments on commit 0f8c784

Please sign in to comment.