-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
59 lines (53 loc) · 1.26 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
[metadata]
name = reaxpro-workflow-service
version = v2.0.0
author = Matthias Büschelberger, Kiran Kumaraswamy
author_email = [email protected]
description = A package running semantically enriched workflows with SimPhoNy and Celery
long_description = file: README.md
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.6
install_requires =
shieldapi >= 1.0.0
celery>=5.2.3,<6
fastapi-plugins~=0.11.0
osp-core >= 3.8.0,<4
fastapi==0.92.0
python-multipart
httpx>=0.23.3
minio>=7.1.15
uvicorn
typing-extensions
click
boto3
arcp
[options.extras_require]
dev =
bumpver==2021.1114
dunamai==1.7.0
pre_commit =
pre-commit==2.15.0
pylint
tests =
pytest==6.2.5
pytest-celery
pytest-mock
wrappers =
simphony-catalytic>=1.2.0
[options.package_data]
osp.core.ontology.docs = osp/core/ontology/docs/*.yml
[bumpver]
current_version = "v0.0.0"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
tag = True
push = True
[bumpver:file_patterns]
setup.cfg =
version = {version}