Skip to content

Commit 5d723ba

Browse files
committed
fix load package files
1 parent a8504f4 commit 5d723ba

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.md
1+
graft djando

setup.py

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
license='MIT',
1111
include_package_data=True,
1212
packages=find_packages(),
13-
package_dir={'djando': 'djando'},
14-
package_data={
15-
'djando': ['data']
16-
},
1713
scripts=['bin/djando'],
1814
entry_points={
1915
'console_scripts': [

0 commit comments

Comments
 (0)