-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (31 loc) · 908 Bytes
/
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
[metadata]
name = linuxforhealth-fhir-utils
version = attr: linuxforhealth.fhir_utils.__version__
description = LinuxForHealth FHIR Utils
long_description: file: README.md
long_description_content_type = text/markdown
license: Apache 2.0
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Intended Audience :: Healthcare Industry
Intended Audience :: Developers
[options]
include_package_data = True
install_requires =
fhir.resources >= 6.2.2
package_dir=
=src
packages=find_namespace:
python_requires = >= 3.8
zip_safe = False
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
black = black:patched_main
[options.extras_require]
dev = black>=21.8b0; pre-commit>=2.14.1;pytest>=6.2.5