Skip to content

Commit a9f2ed4

Browse files
committed
FIX: Fix packaging
1 parent 9e75a49 commit a9f2ed4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
USAGE = """
3131
\t%prog [OPTIONS] [file1 file2 ... fileN]
3232
"""
33-
VERSION = '1.10.0.dev0'
33+
VERSION = '1.9.1'
3434

3535
misspellings = {}
3636
exclude_lines = set()

0 commit comments

Comments
 (0)