Skip to content

Commit

Permalink
FIX: Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 16, 2016
1 parent 9e75a49 commit a9f2ed4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include codespell_lib/__init__.py
recursive-include codespell_lib *.py
include codespell_lib/data/dictionary.txt
include codespell_lib/data/linux-kernel.exclude
2 changes: 1 addition & 1 deletion codespell_lib/_codespell.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
USAGE = """
\t%prog [OPTIONS] [file1 file2 ... fileN]
"""
VERSION = '1.10.0.dev0'
VERSION = '1.9.1'

misspellings = {}
exclude_lines = set()
Expand Down

0 comments on commit a9f2ed4

Please sign in to comment.