-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
56 lines (51 loc) · 1.49 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
[metadata]
name = stanford-mais
version = file:VERSION
author = A. Karl Kornel
author_email = [email protected]
home_page = https://github.com/stanford-rc/mais-apis-python
project_urls =
Bug Tracker = https://github.com/stanford-rc/mais-apis-python/issues
Documentation = https://mais-apis-python.readthedocs.io
Source Code = https://github.com/stanford-rc/mais-apis-python/tree/main
description = Python client for Stanford MaIS APIs
long_description = file:README.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = GNU General Public License, version 3
license_file = LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Topic :: Office/Business
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir =
= src
packages = find_namespace:
python_requires = >=3.9, <4.0
install_requires =
requests >=2.25.1, <3.0
zip_safe = False
include_package_data = True
[bdist_wheel]
universal = 1
[options.packages.find]
where = src
[options.extras_require]
docs =
sphinx >=4.0.2, <5.0
sphinx-rtd-theme
# stanford-theme
test =
mypy >=0.910, <1.0
types-requests
pytest >=6.2.4, <6.3.0
requests-mock >=1.9.2, <2.0
bandit >=1.7.0
[options.entry_points]
#console_scripts =
# TBD