We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cad4f commit d3a437fCopy full SHA for d3a437f
MANIFEST.in
@@ -1,7 +1,7 @@
1
recursive-include docs *
2
recursive-exclude docs *.pyc
3
recursive-exclude docs *.pyo
4
-include changelog.txt LICENSE
+include CHANGES LICENSE AUTHORS readme.md
5
include examples/*.dot
6
include examples/*dtti.tex
7
include tests/testgraphs/*.dot
readme.md
@@ -79,11 +79,3 @@ Contribute
79
- Issue tracker: https://github.com/kjellmf/dot2tex/issues
80
- Source code: https://github.com/kjellmf/dot2tex
81
82
-What's new in version 2.9.0
83
-===========================
84
-
85
-Bugfixes:
86
87
-- Fixed compatibility issue with Pyparsing 2.0.1
88
89
-For a full list of changes see CHANGELOG
0 commit comments