blob: 1273ae843da6839fdc12173930ac95eb660a3041 [file] [log] [blame]
Peter Pentchevd00519f2021-11-08 01:17:13 +02001[metadata]
2name = sp_rand
3version = attr: sp_rand.defs.VERSION
4author = StorPool
5author_email = openstack-dev@storpool.com
6description = Set up and clean up volumes with random name prefixes.
7
8[options]
9zip_safe = True
10package_dir =
11 = src
12packages =
13 sp_rand
14setup_requires =
15install_requires =
16 confget >= 4
17 storpool >= 6
18
19[options.package_data]
20sp_rand =
21 py.typed
22
23[options.entry_points]
24console_scripts =
25 sp_rand_cleanup = sp_rand.cleanup:main
26 sp_rand_init = sp_rand.init:main
27
28[flake8]
29max_line_length = 88
30
31[mypy]
32python_version = 3.8
33strict = True