diff options
author | Brandon Bergren <git@bdragon.rtk0.net> | 2019-04-07 06:07:26 -0500 |
---|---|---|
committer | Paul McGuire <ptmcg@users.noreply.github.com> | 2019-04-07 06:07:26 -0500 |
commit | f6f6d39dadd18be373ef5fcf5d763362176edd03 (patch) | |
tree | ead372e1ff2ad124ffae4a6bea6e2decf0becf15 | |
parent | a2439508ba5c94546db98593cfa676de9b59babe (diff) | |
download | pyparsing-git-f6f6d39dadd18be373ef5fcf5d763362176edd03.tar.gz |
snmp_api.h missing from manifest (#83)
Add examples/*.h to manifest so snmp_api.h gets packaged with the rest of the example files.
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 3c0e437..a13fe7f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ include pyparsing.py include HowToUsePyparsing.html pyparsingClassDiagram.* include README.md CODE_OF_CONDUCT.md CHANGES LICENSE -include examples/*.py examples/Setup.ini examples/*.dfm examples/*.ics examples/*.html +include examples/*.py examples/Setup.ini examples/*.dfm examples/*.ics examples/*.html examples/*.h recursive-include docs * prune docs/_build/* recursive-include test * |