Skip to content

Commit ef06ba5

Browse files
committed
Remove include_package_data=True
This looks for MANIFEST.in and seems to ignore package_data? Python Packaging is messy :(
1 parent 5bc96e1 commit ef06ba5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@
2121
package_data={
2222
'jupyter_rsession_proxy': ['icons/*'],
2323
},
24-
include_package_data=True
2524
)

0 commit comments

Comments
 (0)