We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa49b4 commit ef8453aCopy full SHA for ef8453a
setup.py
@@ -5,7 +5,7 @@
5
6
here = path.abspath(path.dirname(__file__))
7
8
-__version__ = '1.0.3'
+__version__ = '1.0.4'
9
10
# Get the long description from the README file
11
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
@@ -16,6 +16,7 @@
16
version=__version__,
17
description='JSON Schema forms for Django',
18
long_description=long_description,
19
+ include_package_data=True,
20
url='https://github.com/Aristotle-Metadata-Enterprises/django-jsonforms',
21
author='Harry White',
22
packages=find_packages(),
0 commit comments