Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 938f391

Browse filesBrowse files
committed
Fixing packages in setup.py
1 parent 4acc885 commit 938f391
Copy full SHA for 938f391

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.