forked from ciotto/css-html-js-minify
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsetup.cfg
82 lines (72 loc) · 2.75 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# See: https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata
[metadata]
name = css-html-js-minify
description = CSS HTML JS Minifier
url = https://github.com/juancarlospaco/css-html-js-minify#css-html-js-minify
download_url = https://github.com/juancarlospaco/css-html-js-minify#css-html-js-minify
author = Juan Carlos
author_email = [email protected]
maintainer = Juan Carlos
maintainer_email = [email protected]
keywords = python3, argentina, CSS, HTML, JS, Compressor, CSS3, HTML5, Web, Javascript, Minifier, Minify, Uglify, Obfuscator
license = GPL-3 LGPL-3 MIT
platforms = Linux, Darwin, Windows
version = 2.5.5
project_urls =
Docs = https://github.com/juancarlospaco/css-html-js-minify/README.md
Bugs = https://github.com/juancarlospaco/css-html-js-minify/issues
C.I. = https://travis-ci.org/juancarlospaco/css-html-js-minify
# license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Other Environment
Intended Audience :: Developers
Intended Audience :: Other Audience
Natural Language :: English
License :: OSI Approved :: GNU General Public License (GPL)
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
[options]
zip_safe = True
include_package_data = True
python_requires = >=3.6
tests_require = isort ; prospector ; pre-commit ; pre-commit-hooks
install_requires =
setup_requires =
packages = find:
[bdist_wheel]
universal = 1
python-tag = py36
[install_lib]
compile = 0
optimize = 2
[bdist_egg]
exclude-source-files = true
# [options.package_data]
# * = *.pxd, *.pyx, *.json, *.txt
# [options.exclude_package_data]
# ;* = *.c, *.so, *.js
# [options.entry_points]
# console_scripts =
# foo = my_package.some_module:main_func
# bar = other_module:some_func
# gui_scripts =
# baz = my_package_gui:start_func
# [options.packages.find]
# where = .
# include = *.py, *.pyw
# exclude = *.c, *.so, *.js, *.tests, *.tests.*, tests.*, tests