forked from samba-in-kubernetes/sambacc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (36 loc) · 1.01 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
# Note: I'd prefer that everything here be removed in favor of
# pyproject.toml, but the timing isn't quite right yet for PEP 621 support in
# setuptools so we need to put the values here for now.
[metadata]
name = sambacc
version = 0.1
description = Samba Container Configurator
author = John Mulligan
author_email = phlogistonjohn@asynchrono.us
readme = file: README.md
url = https://github.com/samba-in-kubernetes/sambacc
license = GPL3
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = sambacc, sambacc.commands, sambacc.schema
include_package_data = True
[options.entry_points]
console_scripts =
samba-container = sambacc.commands.main:main
samba-dc-container = sambacc.commands.dcmain:main
[options.data_files]
share/sambacc/examples =
examples/ctdb.json
examples/example1.json
examples/minimal.json
examples/addc.json
[options.extras_require]
validation =
jsonschema>=4.10
yaml =
PyYAML>=5.4
toml =
tomli;python_version<"3.11"
rados =
rados