-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
40 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
[metadata]
name = Opsy
summary = A multi-user/role inventory system
author = Opsy
description-file = README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
home-page = https://github.com/testeddoughnut/opsy
requires-python = >=3.6.0
classifier =
Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: Flask
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Topic :: System :: Systems Administration
[files]
packages =
opsy
data_files =
etc/opsy =
opsy.toml.example
[extras]
[entry_points]
console_scripts =
opsyctl = opsy.shell:main
opsy.monitoring.backend =
sensu = opsy.monitoring.backends.sensu:SensuBackend
[tool:pytest]
mocked-sessions=opsy.flask_extensions.db.session