diff options
author | Michael Milton <ttmigueltt@gmail.com> | 2020-06-01 03:34:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 12:34:41 -0500 |
commit | 58c171bb5077f615dc36fc55f470a462e56da891 (patch) | |
tree | 9aa19d80ccfa85195c68064900b89ccf972eca04 /setup.py | |
parent | 2952e92bcc4990580dee6f1d83b591700bc1fdc3 (diff) | |
download | pyparsing-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |