mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-07 03:55:26 +00:00
47 lines
1.2 KiB
INI
47 lines
1.2 KiB
INI
[metadata]
|
|
name = self-contained-html
|
|
summary = Convert distributed HTML docs to completely self-contained HTML docs
|
|
description_file = README.rst
|
|
author = Adrian Vollmer
|
|
author_email = computerfluesterer@protonmail.com
|
|
home_page = https://github.com/AdrianVollmer/self-contained-html
|
|
classifier =
|
|
Development Status :: 3 - Alpha
|
|
Environment :: Console
|
|
Environment :: Web Environment
|
|
Framework :: Sphinx :: Extension
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: BSD License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Topic :: Documentation
|
|
Topic :: Documentation :: Sphinx
|
|
Topic :: Utilities
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
bundle-html = src.__main__:main
|
|
|
|
[files]
|
|
packages = src
|
|
|
|
[mypy]
|
|
python_version = 3.8
|
|
show_column_numbers = True
|
|
show_error_context = True
|
|
ignore_missing_imports = True
|
|
follow_imports = skip
|
|
incremental = True
|
|
check_untyped_defs = True
|
|
warn_unused_ignores = True
|
|
|
|
[flake8]
|
|
show-source = True
|
|
builtins = unicode
|
|
max-line-length = 100
|