-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
41 lines (38 loc) · 1.23 KB
/
setup.cfg
File metadata and controls
41 lines (38 loc) · 1.23 KB
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
[metadata]
name = roz_scripts
version = 1.8.0
author = Sam Wilkinson
author_email = s.a.j.wilkinson@bham.ac.uk
description = Scripts used in the CLIMB-TRE ingest
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
license = GNU GPLv3
classifiers =
Programming Language :: Python :: 3
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.12
install_requires =
setuptools>=42
pytest
boto3==1.35.95
climb-onyx-client
varys-client
regex
kubernetes
python-doi
[options.entry_points]
console_scripts =
mscape_ingest = roz_scripts.mscape.mscape_ingest_validation:main
chimera_runner = roz_scripts.mscape.chimera_runner:main
pathsafe_ingest = roz_scripts.pathsafe.pathsafe_validation:main
s3_matcher = roz_scripts.general.s3_matcher:main
general_ingest = roz_scripts.general.ingest:main
s3_controller = roz_scripts.general.s3_controller:main
s3_notifications = roz_scripts.general.s3_notifications:main
s3_onyx_updates = roz_scripts.general.s3_onyx_updates:main
pathsafe_updates = roz_scripts.pathsafe.pathsafe_updates:main
public_db_controller = roz_scripts.utils.public_db_controller:main