-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
43 lines (38 loc) · 1.12 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
42
43
[metadata]
name = horizon_contrib
summary = Horizon Django tools.
description-file =
README.rst
author = Michael Kuty
author-email = [email protected]
home-page = https://github.com/michaelkuty/horizon-contrib
classifier =
Development Status :: 5 - Production/Stable
Framework :: Django
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Environment :: OpenStack
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: Software Development
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Internet :: WWW/HTTP
[files]
packages =
horizon_contrib
[extras_require]
horizon = -r requirements/horizon.txt
[nosetests]
where = horizon_contrib/tests
[build_sphinx]
source-dir = docs/
build-dir = docs/.build
all_files = 1
[upload_sphinx]
upload-dir = docs/.build/html