-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
40 lines (37 loc) · 1.03 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
[metadata]
name = ceph-devstack
long_description = file: README.md
long_description_content_type = text/x-markdown
url = https://github.com/zmc/ceph-devstack
author = Zack Cerza <[email protected]>
license = MIT
license_file = LICENSE
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
description_content_type = text/x-rst; charset=UTF-8
description_file = README.rst
keywords = podman, ceph
summary = Run a full teuthology lab on your laptop!
[options]
packages = find:
install_requires =
packaging
pre-commit
PyYAML
python_requires = >=3.8
include_package_data = True
[options.entry_points]
console_scripts =
ceph-devstack = ceph_devstack.cli:main
[options.extras_require]
test =
pytest
pytest-asyncio