Skip to content

Commit fa99c7d

Browse files
author
A.J. May
committed
fix setup
1 parent 64795e3 commit fa99c7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="django-bootstrap-typeahead",
5-
version="1.1.4",
5+
version="1.1.5",
66
packages=find_packages(),
77
author="A.J. May",
88
author_email="[email protected]",
@@ -11,4 +11,5 @@
1111
keywords="django bootstrap typeahead form widget input",
1212
url="http://thegoods.aj7may.com/django-bootstrap-typeahead",
1313
zip_safe=False,
14+
include_package_data=True
1415
)

0 commit comments

Comments
 (0)