Skip to content

Commit

Permalink
fix: add package data
Browse files Browse the repository at this point in the history
  • Loading branch information
hodossy committed Dec 15, 2020
1 parent 1a2dd26 commit 1ed3c05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include LICENSE
recursive-include django_nlf/antlr *.g4
recursive-include django_nlf/antlr *.interp
recursive-include django_nlf/antlr *.tokens
recursive-include django_nlf/templates *.html
global-exclude __pycache__
global-exclude *.py[co]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
license="MIT",
platforms="any",
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
keywords=["django", "natural-Language", "filtering"],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 1ed3c05

Please sign in to comment.