-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (31 loc) · 906 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
33
34
35
[metadata]
name = textx-dsldoc
version = attr: textx_dsldoc.__version__
description = Autogeneration of DSL documentation for TextX
long_description = file: README.mkd
author = Lucas Bourneuf
author_email = [email protected]
url = https://github.com/aluriak/textx-dsldoc
license = GPL
keywords = textx subcommand, doc generation
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
zip_safe = False
include_package_data = True
packages = textx_dsldoc
install_requires =
Click==7.0
Markdown==3.0.1
exrex==0.10.5
textX==1.9.0
[options.entry_points]
textx_commands =
autodoc = textx_dsldoc.textx_integration:autodoc
[zest.releaser]
create-wheel = yes
python-file-with-version = textx_dsldoc/__init__.py