Skip to content

Commit 168a9d7

Browse files
author
github-actions
committed
<bot> update setup.cfg
1 parent f9392a0 commit 168a9d7

File tree

1 file changed

+41
-40
lines changed

1 file changed

+41
-40
lines changed

setup.cfg

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ python_min = 3.10
33
python_max = 3.13
44
patch_without_tag = False
55
package_dirs =
6-
skydriver
7-
s3_sidecar
8-
ewms_init_container
6+
skydriver
7+
s3_sidecar
8+
ewms_init_container
99

1010
[metadata] # generated by wipac:cicd_setup_builder: name, version, keywords
1111
version = attr: skydriver.__version__
1212
keywords =
13-
WIPAC
14-
IceCube
13+
WIPAC
14+
IceCube
1515
name = skydriver-s3-sidecar-ewms-init-container
1616

1717
[semantic_release] # fully-generated by wipac:cicd_setup_builder
@@ -26,50 +26,51 @@ branch = main
2626

2727
[options] # generated by wipac:cicd_setup_builder: python_requires, packages
2828
install_requires =
29-
aiocache
30-
boto3
31-
dacite
32-
humanfriendly
33-
kubernetes
34-
motor==3.3.2
35-
pymongo==4.6.1
36-
pyyaml
37-
requests
38-
tornado
39-
typeguard
40-
wipac-dev-tools
41-
wipac-rest-tools
42-
python_requires = >=3.10, <3.13
29+
aiocache
30+
boto3
31+
dacite
32+
humanfriendly
33+
kubernetes
34+
motor==3.3.2
35+
pymongo==4.6.1
36+
pyyaml
37+
requests
38+
tornado
39+
typeguard
40+
wipac-dev-tools
41+
wipac-rest-tools
42+
python_requires = >=3.10, <3.14
4343
packages = find:
4444

4545
[options.extras_require]
4646
tests =
47-
pytest
48-
pytest-asyncio
49-
pytest-mock
50-
nest-asyncio
51-
flask
47+
pytest
48+
pytest-asyncio
49+
pytest-mock
50+
nest-asyncio
51+
flask
5252
mypy =
53-
%(tests)s
54-
texttable
53+
%(tests)s
54+
texttable
5555

5656
[options.package_data] # generated by wipac:cicd_setup_builder: '*'
5757
* = py.typed
5858

5959
[options.packages.find] # generated by wipac:cicd_setup_builder: include/exclude
6060
include =
61-
skydriver
62-
s3_sidecar
63-
ewms_init_container
64-
skydriver.*
65-
s3_sidecar.*
66-
ewms_init_container.*
61+
skydriver
62+
s3_sidecar
63+
ewms_init_container
64+
skydriver.*
65+
s3_sidecar.*
66+
ewms_init_container.*
6767
exclude =
68-
test
69-
tests
70-
doc
71-
docs
72-
resource
73-
resources
74-
example
75-
examples
68+
test
69+
tests
70+
doc
71+
docs
72+
resource
73+
resources
74+
example
75+
examples
76+

0 commit comments

Comments
 (0)