Skip to content

Commit fbcb0ca

Browse files
authored
Merge pull request #291 from blink1073/fix-wheel-static
Include all package data
2 parents d76c400 + cf014d6 commit fbcb0ca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
long_description = README,
1818
version = VERSION,
1919
packages = find_packages('.'),
20-
package_data = {
21-
'jupyter_server' : ['templates/*'],
22-
'jupyter_server.i18n': ['*/LC_MESSAGES/*.*'],
23-
'jupyter_server.services.api': ['api.yaml'],
24-
},
20+
include_package_data = True,
2521
author = 'Jupyter Development Team',
2622
author_email = '[email protected]',
2723
url = 'http://jupyter.org',

0 commit comments

Comments
 (0)