Skip to content

Commit ef8453a

Browse files
committed
added package data
1 parent 2fa49b4 commit ef8453a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
here = path.abspath(path.dirname(__file__))
77

8-
__version__ = '1.0.3'
8+
__version__ = '1.0.4'
99

1010
# Get the long description from the README file
1111
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
@@ -16,6 +16,7 @@
1616
version=__version__,
1717
description='JSON Schema forms for Django',
1818
long_description=long_description,
19+
include_package_data=True,
1920
url='https://github.com/Aristotle-Metadata-Enterprises/django-jsonforms',
2021
author='Harry White',
2122
packages=find_packages(),

0 commit comments

Comments
 (0)