forked from media2x/waifu2x-ncnn-vulkan-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (28 loc) · 727 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[metadata]
name = waifu2x-ncnn-vulkan-python
version = 1.0.4
author = ArchieMeng
author_email = archiemeng@protonmail.com
maintainer = K4YT3X
maintainer_email = i@k4yt3x.com
license = MIT
license_file = LICENSE
platform = any
description = A Python FFI of nihui/waifu2x-ncnn-vulkan achieved with SWIG
url = https://github.com/media2x/waifu2x-ncnn-vulkan-python
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Environment :: Console
Programming Language :: Python
Programming Language :: Python :: 3
Operating System :: OS Independent
keywords =
waifu2x
ncnn
vulkan
swig
[options]
packages = find:
install_requires = pillow
python_requires = >=3.6