forked from BD2KOnFHIR/fhirtordf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
28 lines (24 loc) · 821 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
[metadata]
name = fhirtordf
packages=['tests', 'scripts', 'fhirtordf', 'fhirtordf.fhir', 'fhirtordf.loaders', 'fhirtordf.rdfsupport'],
url='https://github.com/BD2KOnFHIR/fhirtordf',
license='Apache 2.0',
author='Harold Solbrig',
author_email='[email protected]',
description='FHIR JSON to RDF Conversion Tool',
long_description='Convert JSON representatin of FHIR resources into RDF',
install_requires=requires,
scripts=['scripts/fhirtordf'],
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Healthcare Industry',
'License :: OSI Approved :: Apache Software License',
'Topic :: Database',
'Programming Language :: Python :: 3'
[files]
packages =
fhirtordf
[entry_points]
console_scripts =
fhirtordf = fhirtordf.fhirtordf:fhirtordf