From 2b539c15f786522346c94433ad7b25e6e4e13009 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Fri, 11 Feb 2022 22:28:34 +0000 Subject: [PATCH] updated setup licensing and classification info --- setup.cfg | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4ccc255..4db7bf3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # Name: Video2X PyPI setup file # Creator: K4YT3X # Date Created: June 17, 2021 -# Last Modified: February 4, 2022 +# Last Modified: February 11, 2022 # build & publish commands # pip install --user -U setuptools wheel twine build @@ -13,17 +13,23 @@ name = video2x version = 5.0.0-beta1 author = K4YT3X author_email = i@k4yt3x.com -license = GNU General Public License v3.0 -description = A lossless video/GIF/image upscaler +license = GNU Affero General Public License v3.0 +description = A video/GIF/image upscaler and frame interpolator url = https://github.com/k4yt3x/video2x long_description = file: README.md long_description_content_type = text/markdown classifiers = - Topic :: Multimedia :: Video Environment :: Console + Operating System :: OS Independent Programming Language :: Python 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] packages = find: