File: setup.cfg

package info (click to toggle)
adjutant 11.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,452 kB
  • sloc: python: 13,364; makefile: 44; sh: 32
file content (43 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download
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
[metadata]
name = python-adjutant
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
summary = An admin task workflow service for openstack.
description_file = package_readme.rst
description_content_type = text/x-rst; charset=UTF-8
home_page = https://opendev.org/openstack/adjutant
project_urls =
    Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/adjutant
    Documentation = https://docs.openstack.org/adjutant/latest/
    Source Code = https://opendev.org/openstack/adjutant
license = Apache-2
classifier =
    Development Status :: 5 - Production/Stable
    Intended Audience :: Developers
    Intended Audience :: System Administrators
    License :: OSI Approved :: Apache Software License
    Framework :: Django :: 3.2
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11
    Environment :: OpenStack

keywords =
    openstack
    keystone
    users
    tasks
    registration
    workflow

[files]
packages =
    adjutant

[entry_points]
console_scripts =
    adjutant-api = adjutant:management_command

adjutant.feature_sets =
    core = adjutant.core:AdjutantCore