-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4de91cd
commit b7e6913
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
setup( | ||
name = 'livepng', | ||
packages = ['livepng'], | ||
version = '0.1.7', | ||
version = '0.1.8', | ||
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.7.tar.gz', | ||
download_url = 'https://github.com/FrancescoCaracciolo/LivePNG/archive/refs/tags/0.1.8.tar.gz', | ||
keywords = ['avatar', 'png', 'lipsync', 'livepng', 'anime'], | ||
install_requires=[ | ||
'pydub', | ||
|
@@ -23,10 +23,6 @@ | |
'Topic :: Software Development :: Build Tools', | ||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.4', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
|