Skip to content

Commit 6008986

Browse files
committed
Merge pull request markfinger#25 from mic159/fix_setup
Fixing packages in setup.py
2 parents 4acc885 + 938f391 commit 6008986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name='django-react',
77
version=VERSION,
8-
packages=['django_react'],
8+
packages=['django_react', 'django_react.services'],
99
package_data={
1010
'django_react': [
1111
'package.json',
@@ -24,4 +24,4 @@
2424
author='Mark Finger',
2525
author_email='markfinger@gmail.com',
2626
url='https://github.com/markfinger/django-react',
27-
)
27+
)

0 commit comments

Comments
 (0)