- Correctly fold lines at or near the maximum line length (fix folding

zero length lines and adding a blank line and adding an exra cr/lf for
      lines near max length (LP: #1717576)
This commit is contained in:
Scott Kitterman
2018-06-16 16:59:39 -04:00
parent ef80f037ca
commit 0566b9b4c1
3 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
from setuptools import setup
import os
version = "0.8.0"
version = "0.8.1"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: