-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
37 lines (34 loc) · 1.02 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
[metadata]
name = roz_scripts
version = 1.8.0
author = Sam Wilkinson
author_email = [email protected]
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
climb-onyx-client
varys-client
regex
kubernetes
[options.entry_points]
console_scripts =
mscape_ingest = roz_scripts.mscape.mscape_ingest_validation: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
public_db_controller = roz_scripts.utils.public_db_controller:main