mirror of
https://github.com/vale981/ablog
synced 2025-03-04 08:41:40 -05:00
44 lines
998 B
INI
44 lines
998 B
INI
[metadata]
|
|
name = ablog
|
|
author = The SunPy Community
|
|
author_email = sunpy@googlegroups.com
|
|
description = A Sphinx extension that converts any documentation or personal website project into a full-fledged blog.
|
|
long_description = file: README.rst
|
|
license = MIT
|
|
url = https://ablog.readthedocs.org/
|
|
edit_on_github = True
|
|
github_project = sunpy/ablog
|
|
|
|
[options]
|
|
python_requires = >=3.6
|
|
packages = find:
|
|
include_package_data = True
|
|
setup_requires = setuptools_scm
|
|
install_requires =
|
|
werkzeug
|
|
sphinx>=2.0
|
|
alabaster
|
|
invoke
|
|
python-dateutil
|
|
sphinx-automodapi
|
|
|
|
[options.extras_require]
|
|
notebook =
|
|
nbsphinx
|
|
ipython
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
ablog = ablog.commands:ablog_main
|
|
|
|
[tool:isort]
|
|
line_length = 100
|
|
not_skip = __init__.py
|
|
sections = FUTURE, STDLIB, THIRDPARTY, FIRSTPARTY, LOCALFOLDER
|
|
default_section = THIRDPARTY
|
|
known_first_party = ablog
|
|
multi_line_output = 3
|
|
balanced_wrapping = True
|
|
include_trailing_comma = True
|
|
length_sort = False
|
|
length_sort_stdlib = True
|