forked from the-scouts/compass-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (51 loc) · 1.36 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
# setuptools metadata
[metadata]
name = compass-interface
version = 0.23.2
# version = attr: compass.VERSION
description = Providing a unified (well-documented) API to the Scouts' national membership system, Compass.
long_description = file: README.md
long_description_content_type= text/markdown
keywords =
API, scouts
author = Adam Turner
url = https://github.com/the-scouts/compass-interface
license = MIT
license_files = LICENSE
# Classifiers list: https://pypi.org/classifiers/
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development
Topic :: Utilities
platforms = any
# setuptools options
[options]
packages = find_namespace:
python_requires = >=3.9
install_requires =
compass-interface-core>=0.15.1
fastapi
pydantic
cryptography
python-jose
aioredis
python-multipart
[options.packages.find]
include=compass*
[options.package_data]
compass.api = resources/hierarchy_flat.json
[options.extras_require]
deploy =
uvicorn
uvloop
httptools
reports =
pandas
pyarrow