mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19:11 +00:00
updated setup licensing and classification info
This commit is contained in:
parent
53456cd442
commit
2b539c15f7
16
setup.cfg
16
setup.cfg
@ -1,7 +1,7 @@
|
|||||||
# Name: Video2X PyPI setup file
|
# Name: Video2X PyPI setup file
|
||||||
# Creator: K4YT3X
|
# Creator: K4YT3X
|
||||||
# Date Created: June 17, 2021
|
# Date Created: June 17, 2021
|
||||||
# Last Modified: February 4, 2022
|
# Last Modified: February 11, 2022
|
||||||
|
|
||||||
# build & publish commands
|
# build & publish commands
|
||||||
# pip install --user -U setuptools wheel twine build
|
# pip install --user -U setuptools wheel twine build
|
||||||
@ -13,17 +13,23 @@ name = video2x
|
|||||||
version = 5.0.0-beta1
|
version = 5.0.0-beta1
|
||||||
author = K4YT3X
|
author = K4YT3X
|
||||||
author_email = i@k4yt3x.com
|
author_email = i@k4yt3x.com
|
||||||
license = GNU General Public License v3.0
|
license = GNU Affero General Public License v3.0
|
||||||
description = A lossless video/GIF/image upscaler
|
description = A video/GIF/image upscaler and frame interpolator
|
||||||
url = https://github.com/k4yt3x/video2x
|
url = https://github.com/k4yt3x/video2x
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
classifiers =
|
classifiers =
|
||||||
Topic :: Multimedia :: Video
|
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
|
Operating System :: OS Independent
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Operating System :: OS Independent
|
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
|
||||||
|
Topic :: Multimedia :: Video
|
||||||
|
Topic :: Scientific/Engineering :: Image Processing
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
|
Loading…
Reference in New Issue
Block a user