We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8504f4 commit 5d723baCopy full SHA for 5d723ba
MANIFEST.in
@@ -1 +1 @@
1
-include README.md
+graft djando
setup.py
@@ -10,10 +10,6 @@
10
license='MIT',
11
include_package_data=True,
12
packages=find_packages(),
13
- package_dir={'djando': 'djando'},
14
- package_data={
15
- 'djando': ['data']
16
- },
17
scripts=['bin/djando'],
18
entry_points={
19
'console_scripts': [
0 commit comments