Skip to content

Commit

Permalink
include the C files in the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejs committed Sep 16, 2010
1 parent acb2acc commit df5f2bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include LICENSE *.rst *.py
include LICENSE *.rst *.py *.c *.h
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = open('README.rst').read()

setup(name="jellyfish",
version="0.1.1",
version="0.1.2",
platforms=["any"],
description=("a library for doing approximate and "
"phonetic matching of strings."),
Expand Down

0 comments on commit df5f2bd

Please sign in to comment.