We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acc885 commit 938f391Copy full SHA for 938f391
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
setup(
6
name='django-react',
7
version=VERSION,
8
- packages=['django_react'],
+ packages=['django_react', 'django_react.services'],
9
package_data={
10
'django_react': [
11
'package.json',
@@ -24,4 +24,4 @@
24
author='Mark Finger',
25
author_email='markfinger@gmail.com',
26
url='https://github.com/markfinger/django-react',
27
-)
+)
0 commit comments