-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (25 loc) · 764 Bytes
/
setup.cfg
File metadata and controls
26 lines (25 loc) · 764 Bytes
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
[metadata]
name = etcpack
version = 1.0.2
author = K0lb3
url = https://github.com/K0lb3/etcpack/
download_url = https://github.com/K0lb3/etcpack/tarball/master
description-file = README.md
long-description = file: README.md
long_description_content_type= text/markdown
license = MIT
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: zlib/libpng License
Programming Language :: Cython
Programming Language :: Python
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
Topic :: Multimedia :: Graphics
[flake8]
ignore = W191