forked from shakenfist/shakenfist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (26 loc) · 787 Bytes
/
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
[metadata]
name = shakenfist
summary = Shaken Fist: an opinionated minimal cloud
license = Apache2
description-file = README.md
author = Michael Still
author_email = [email protected]
home_page = https://madebymikal.com/shakenfist
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3.8
[files]
packages =
shakenfist
[entry_points]
console_scripts =
sf-daemon = shakenfist.daemons.main:main
sf-daemon-shim = shakenfist.daemons.shim:main
sf-ctl = shakenfist.client.ctl:cli
sf-backup = shakenfist.client.backup:cli
[pbr]
skip_changelog = True