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