Skip to content

Commit

Permalink
Add key on setup.py to include data in wheels (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Dec 21, 2020
1 parent 4fdffa8 commit fcccf3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
scripts = glob(pjoin('scripts', '*')),
packages = packages,
package_data = package_data,
include_package_data = True,
description = "The Jupyter Notebook format",
long_description= """
This package contains the base implementation of the Jupyter Notebook format,
Expand Down

0 comments on commit fcccf3a

Please sign in to comment.