Skip to content

Commit

Permalink
Added corpus data to MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Oct 31, 2015
1 parent 945d769 commit 07a81b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
include license.md
include readme.md
include requirements.txt
include database.db

recursive-include tests *
recursive-include corpus *.json
recursive-include chatterbot/corpus/* *.json

recursive-exclude * *.pyc
recursive-exclude * *.py~
2 changes: 1 addition & 1 deletion chatterbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .chatterbot import ChatBot

__version__ = "0.2.8"
__version__ = "0.2.9"
__maintainer__ = "Gunther Cox"
__email__ = "gunthercx@gmail.com"

0 comments on commit 07a81b7

Please sign in to comment.