blob: 1273ae843da6839fdc12173930ac95eb660a3041 [file] [log] [blame]
[metadata]
name = sp_rand
version = attr: sp_rand.defs.VERSION
author = StorPool
author_email = openstack-dev@storpool.com
description = Set up and clean up volumes with random name prefixes.
[options]
zip_safe = True
package_dir =
= src
packages =
sp_rand
setup_requires =
install_requires =
confget >= 4
storpool >= 6
[options.package_data]
sp_rand =
py.typed
[options.entry_points]
console_scripts =
sp_rand_cleanup = sp_rand.cleanup:main
sp_rand_init = sp_rand.init:main
[flake8]
max_line_length = 88
[mypy]
python_version = 3.8
strict = True