-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (49 loc) · 1.59 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
# 🏥 Infirmary: an API for Clinical Data for the Consortium for Molecular
# and Cellular Characterization of Screen-Detected Lesions — Package metadata
[metadata]
name = mcl.infirmary
version = attr: mcl.infirmary.VERSION
description = 🏥 Infirmary: an API for Clinical Data for the Consortium for Molecular and Cellular Characterization of Screen-Detected Lesions
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
author = Sean Kelly
author_email = [email protected]
url = https://github.com/MCLConsortium/mcl.infirmary
keywords = rest api web clinical data lesions cancer
license = ALv2
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: Pyramid
Framework :: Buildout
Intended Audience :: Developers
Intended Audience :: Healthcare Industry
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Database :: Front-Ends
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
zip_safe = True
include_package_data = True
packages = find_namespace:
package_dir =
=src
install_requires =
setuptools==51.3.3
pyramid==1.9.4
waitress==1.4.4
pyramid_beaker==0.8
pyramid_ldap==0.3.1
zope.component==4.6.2
zope.interface==5.4.0
mcl.sickbay==1.2.4
[options.package_data]
* = *.txt, *.rst, *.md
[options.packages.find]
where = src
[options.entry_points]
paste.app_factory =
infirmary = mcl.infirmary.main:main
console_scripts =
infirmary = mcl.infirmary.main:main