forked from vstconsulting/polemarch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (33 loc) · 1.23 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
[metadata]
version = attr: polemarch.__version__
description = Polemarch is ansible based service for orchestration infrastructure.
long_description = file: README.rst
license = file: LICENSE_NAME
author = VST Consulting
author_email = [email protected]
url = https://gitlab.com/vstconsulting/polemarch
keywords = ansible, polemarch, infrastructure, devops
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 1.11
Operating System :: OS Independent
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
License :: Other/Proprietary License
Programming Language :: Cython
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Utilities
[build_sphinx]
project = 'Polemarch'
version = attr: polemarch.__version__
release = attr: polemarch.__version__
[aliases]
compile_docs = build_sphinx -b html -s ./doc/ --build-dir ./polemarch/doc/
compile = compile_docs compile