We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e75a49 commit a9f2ed4Copy full SHA for a9f2ed4
MANIFEST.in
@@ -0,0 +1,4 @@
1
+include codespell_lib/__init__.py
2
+recursive-include codespell_lib *.py
3
+include codespell_lib/data/dictionary.txt
4
+include codespell_lib/data/linux-kernel.exclude
codespell_lib/_codespell.py
@@ -30,7 +30,7 @@
30
USAGE = """
31
\t%prog [OPTIONS] [file1 file2 ... fileN]
32
"""
33
-VERSION = '1.10.0.dev0'
+VERSION = '1.9.1'
34
35
misspellings = {}
36
exclude_lines = set()
0 commit comments