-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
32 lines (31 loc) · 939 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
30
31
32
[metadata]
name = sphinxserve
summary = sphinxserve renders sphinx docs monitoring file changes
description-file =
README.rst
author = Daniel Mizyrycki
author_email = [email protected]
home-page = https://github.com/mzdaniel/sphinxserve
download_url = https://pypi.python.org/pypi/sphinxserve
keywords =
sphinx
documentation
restructuredtext
license = MIT License
classifier =
Development Status :: 4 - Beta
Operating System :: OS Independent
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Topic :: Documentation
Topic :: Documentation :: Sphinx
Topic :: Text Processing :: Markup
Topic :: Utilities
[files]
packages = sphinxserve
scripts = scripts/sphinxserve