Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCaracciolo authored Aug 7, 2024
1 parent d256e95 commit 4f4c757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
setup(
name = 'livepng',
packages = ['livepng'],
version = '0.1.4',
version = '0.1.5',
license='GGPLv3',
description = 'LivePNG is a format to create avatars based on PNG images with lipsync support',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author = 'Francesco Caracciolo',
author_email = '[email protected]',
url = 'https://github.com/francescocaracciolo/livepng',
download_url = 'https://github.com/FrancescoCaracciolo/LivePNG/archive/refs/tags/0.1.4.tar.gz',
download_url = 'https://github.com/FrancescoCaracciolo/LivePNG/archive/refs/tags/0.1.5.tar.gz',
keywords = ['avatar', 'png', 'lipsync', 'livepng', 'anime'],
install_requires=[
'pydub',
Expand Down

0 comments on commit 4f4c757

Please sign in to comment.