summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Milton <ttmigueltt@gmail.com>2020-06-01 03:34:41 +1000
committerGitHub <noreply@github.com>2020-05-31 12:34:41 -0500
commit58c171bb5077f615dc36fc55f470a462e56da891 (patch)
tree9aa19d80ccfa85195c68064900b89ccf972eca04 /setup.py
parent2952e92bcc4990580dee6f1d83b591700bc1fdc3 (diff)
downloadpyparsing-git-58c171bb5077f615dc36fc55f470a462e56da891.tar.gz
Railroad Diagrams (#218)
* Basic framework * Initial effort * Clean up and document code * jinja newline * Pre-commit, and add extras to tox * We can't use the class type-annotations syntax in Python 3.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 910831f..b8208fd 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ setup( # Distribution meta-data
license="MIT License",
packages=packages,
python_requires=">=3.5",
+ extras_require={"diagrams": ["railroad-diagrams", "jinja2"],},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",