forked from LeMyst/WikibaseIntegrator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
63 lines (61 loc) · 1.84 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
[metadata]
name = wikibaseintegrator
version = attr: wikibaseintegrator.__version__
author = Myst, Wikibase Integrator authors and Wikidata Integrator authors
license = MIT
license_files = LICENSE
description = Python package for reading from and writing to a Wikibase instance
keywords = wikibase, wikidata, mediawiki, sparql
home_page = https://github.com/LeMyst/WikibaseIntegrator
project_urls =
Documentation = https://wikibaseintegrator.readthedocs.io/
Bug Tracker = https://github.com/LeMyst/WikibaseIntegrator/issues
Changelog = https://github.com/LeMyst/WikibaseIntegrator/releases
long_description = file: README.md
long_description_content_type = text/markdown
platform = any
classifiers =
Programming Language :: Python
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
Development Status :: 4 - Beta
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Intended Audience :: Science/Research
Intended Audience :: Information Technology
Intended Audience :: Developers
Topic :: Utilities
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = find:
install_requires =
backoff>=1.11.1,<2.2.0
mwoauth~=0.3.8
oauthlib~=3.2.0
requests>=2.27.1,<2.29.0
requests-oauthlib~=1.3.1
ujson>=5.4,<5.6
python_requires = >=3.8, <3.13
[options.extras_require]
dev =
pytest
pylint
pylint-exit
mypy
codespell
flynt
docs =
Sphinx>=4.5,<5.3
readthedocs-sphinx-ext~=2.1.5
sphinx-rtd-theme~=1.0.0
sphinx_github_changelog~=1.2.0
m2r2~=0.3.2
sphinx-autodoc-typehints>=1.18.1,<1.20.0
notebooks =
jupyter
coverage =
pytest-cov