-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (41 loc) · 1.05 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
[wipac:cicd_setup_builder]
python_min = 3.11
[metadata] # generated by wipac:cicd_setup_builder: name, version
name = cephfs-disk-usage
version = attr: cephfs_disk_usage.__version__
[semantic_release] # fully-generated by wipac:cicd_setup_builder
version_variable = cephfs_disk_usage/__init__.py:__version__
upload_to_pypi = False
patch_without_tag = True
commit_parser = semantic_release.history.emoji_parser
major_emoji = [major]
minor_emoji = [minor]
patch_emoji = [fix], [patch]
branch = main
[options] # generated by wipac:cicd_setup_builder: python_requires, packages
install_requires =
wipac-rest-tools
python_requires = >=3.11, <3.12
packages = find:
[options.extras_require]
tests =
flake8
pytest
pytest-asyncio
pytest-mock
[options.package_data] # generated by wipac:cicd_setup_builder: '*'
* = py.typed
[options.packages.find] # generated by wipac:cicd_setup_builder: include/exclude
exclude =
test
tests
doc
docs
resource
resources
example
examples
[flake8]
ignore = E203,E226,E228,E231,E501,W503,W504
[tool:pytest]
asyncio_mode = auto