-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathsetup.cfg
46 lines (42 loc) · 1.11 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
[metadata]
name = stratis-cli
author = Anne Mulhern
author_email = [email protected]
url = https://github.com/stratis-storage/stratis-cli
description = Stratis CLI
license = Apache-2.0
long_description = file: README.rst
long_description_content_type = text/x-rst
version = attr: stratis_cli._version.__version__
platforms =
Linux
classifiers=
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: System :: Filesystems
Topic :: System :: Systems Administration
[options]
python_requires = >=3.9
install_requires =
dbus-client-gen>=0.4
dbus-python-client-gen>=0.7
justbytes>=0.14
packaging
psutil
python-dateutil
wcwidth
package_dir =
=src
packages =
stratis_cli
stratis_cli._parser
stratis_cli._actions
scripts =
bin/stratis