Skip to content

Commit 5708d06

Browse files
committed
PyPI package data cleanup.
1 parent 99e3022 commit 5708d06

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Diff for: MANIFEST.in

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
include CHANGELOG.md
22
include LICENSE.txt
33
include README.md
4-
include requirements.txt
5-
include django_react/package.json
6-
include django_react/render.js
7-
recursive-include django_react/templates *.html
8-
recursive-include django_react/tests *.py
9-
recursive-include django_react/tests *.jsx
10-
recursive-include django_react/tests *.js
4+
include requirements.txt

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
packages=['django_react'],
99
package_data={
1010
'django_react': [
11+
'package.json',
1112
'render_server.js',
1213
'renderer.js',
13-
'package.json',
1414
'templates/django_react/*.html',
1515
]
1616
},

0 commit comments

Comments
 (0)