flask-calibrestekje/setup.cfg

66 lines
1.5 KiB
INI
Raw Permalink Normal View History

2020-03-01 00:55:49 +00:00
[tool:pytest]
testpaths = test
[flake8]
max-line-length = 80
[isort]
known_first_party = flask-calibrestekje
known_third_party = pytest
line_length = 80
multi_line_output = 3
skip = .venv, .tox
include_trailing_comma = True
[metadata]
name = flask-calibrestekje
author = decentral1se
2023-05-29 16:09:08 +00:00
author_email = cellarspoon@riseup.net
2020-03-01 00:55:49 +00:00
maintainer = decentral1se
2023-05-29 16:09:08 +00:00
maintainer_email = cellarspoon@riseup.net
url = https://git.coopcloud.tech/decentral1se/flask-calibrestekje
2020-03-01 00:55:49 +00:00
project_urls =
2023-05-29 16:09:08 +00:00
Source Code = https://git.coopcloud.tech/decentral1se/flask-calibrestekje
2020-03-01 00:55:49 +00:00
Documentation = https://flask-calibrestekje.readthedocs.io/
Maintainer Support = https://liberapay.come/decentral1se
description = Library prototyping based on Calibre with Flask
2023-05-29 16:09:08 +00:00
long_description = file: README.md
2020-03-01 00:55:49 +00:00
license = GPLv3
license_file = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
use_scm_version = True
python_requires = >=3.6
setup_requires =
setuptools_scm
setuptools_scm_git_archive
package_dir =
= .
packages = find:
zip_safe = False
2020-03-01 01:38:37 +00:00
install_requires =
calibrestekje >= 0.0.1, <= 1.0
flask >= 1.1.1, <= 2.0
2020-03-01 00:55:49 +00:00
[options.packages.find]
where = .
[build_sphinx]
all_files = 1
build-dir = docs/build
source-dir = docs/source
warning-is-error = True
[options.extras_require]
docs =
sphinx
sphinx_rtd_theme
sphinx-autodoc-typehints >= 1.6.0, < 2.0
changelog =
towncrier <= 19.2.0, < 20.0