forked from manubot/manubot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
83 lines (77 loc) · 2.1 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
83
# https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html
[metadata]
name = manubot
version = attr: manubot.__version__
description = "Python utilities for Manubot: Manuscripts, open and automated"
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = BSD 3-Clause License
license_files =
LICENSE.md
url = https://github.com/manubot/manubot
project_urls =
Source = https://github.com/manubot/manubot
Documentation = https://manubot.github.io/manubot
Tracker = https://github.com/manubot/manubot/issues
Homepage = https://manubot.org
Publication = https://greenelab.github.io/meta-review/
keywords =
manuscript
markdown
pandoc
publishing
references
citations
csl
classifiers =
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Information Analysis
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
maintainer = Daniel Himmelstein, Anthony Gitter
maintainer_email = [email protected]
[options]
zip_safe = False
python_requires = >=3.8
packages = find:
install_requires =
errorhandler
isbnlib
jinja2
jsonschema>=3.0.0
packaging
# panflute 2.0.3 and 2.0.4 fail with: Element "MetaList" received "CSL_Item"
# https://github.com/sergiocorreia/panflute/issues/166
panflute !=2.0.3, !=2.0.4
pybase62
pyyaml >= 5.1
pyrate-limiter >=2.6, <3
requests-cache
requests
tomli; python_version < "3.11"
[options.extras_require]
webpage =
opentimestamps-client
dev =
portray
pre-commit
pytest >= 6.0.0
yamllint
ai-rev =
manubot-ai-editor >= 0.5.0
[options.packages.find]
exclude =
tests
*.tests
[options.entry_points]
console_scripts =
manubot = manubot.command:main
pandoc-manubot-cite = manubot.pandoc.cite_filter:main
[options.package_data]
manubot =
cite/*.lua
cite/curie/*.json
process/header-includes-template.html
webpage/redirect-template.html