-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
46 lines (41 loc) · 1.25 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
44
45
46
[metadata]
name = pygments-openssl
version = 1.7
description = Syntax coloring for OpenSSL configuration files
long_description = file: README.rst, CHANGES.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Plugins
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 3
Topic :: Text Processing :: Filters
keywords = sphinx, pygments, lexer, openssl, openssl.cnf, openssl.conf, syntax, coloring, colors, highlight
author = Stefan H. Holek
author_email = [email protected]
url = https://github.com/stefanholek/pygments-openssl
license = BSD-2-Clause
[options]
packages = find:
include_package_data = false
zip_safe = false
install_requires =
setuptools
pygments
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
[options.packages.find]
exclude =
tests
[options.entry_points]
pygments.lexers =
openssl = pygments_openssl.lexer:OpenSSLConfLexer
[egg_info]
tag_build = dev0
[bdist_wheel]
universal = true