36 lines
1.1 KiB
INI
36 lines
1.1 KiB
INI
[metadata]
|
|
name = web-mini
|
|
version = attr: web_mini.__version__
|
|
author = Ari Archer
|
|
author_email = ari@ari.lt
|
|
url = https://ari.lt/gh/web-mini
|
|
description = web-mini -- efficient css and html minifer inspired by css-html-js-minify
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
keywords = css, html, web, www, https. minifier, css minifier, html minifier, typed, html5, min
|
|
license = GPLv3+
|
|
classifiers =
|
|
Development Status :: 5 - Production/Stable
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
Topic :: Internet :: WWW/HTTP
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
Typing :: Typed
|
|
|
|
[options]
|
|
packages = find:
|
|
zip_safe = True
|
|
include_package_data = True
|
|
|
|
[options.package_data]
|
|
* = *.typed
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|