-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
45 lines (41 loc) · 1023 Bytes
/
setup.cfg
File metadata and controls
45 lines (41 loc) · 1023 Bytes
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
[metadata]
name = snapm
author = Bryn M. Reeves
author_email = bmr@redhat.com
url = https://github.com/snapshotmanager/snapm
description = Snapshot Manager
license = Apache-2.0
long_description = file: README.md
long_description_content_type = text/markdown
version = attr: snapm.__version__
platforms =
Linux
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
[options]
packages = find:
scripts = bin/snapm
install_requires =
boom-boot >= 1.6.0
dbus-client-gen >= 0.5
dbus-python-client-gen >= 0.8
justbytes >=0.15
file-magic >=0.4.0
packaging
python-dateutil
wcwidth
[options.packages.find]
exclude =
tests*
virt_tests*
container_tests*
[flake8]
extend-ignore = E501, E203
exclude = .git,__pycache__,build,dist
[pycodestyle]
ignore = E501,E203,W50