Skip to content

Commit

Permalink
Include JS files in the sdist
Browse files Browse the repository at this point in the history
Fixes #28.
  • Loading branch information
mgedmin committed Feb 27, 2020
1 parent 567123a commit 286c6a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Expand Up @@ -10,9 +10,8 @@ recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile

recursive-include src *.pt *.rst *.zcml
recursive-include src *.pt *.rst *.zcml *.js

global-exclude *.pyc
global-exclude *.so
global-exclude *.dll

0 comments on commit 286c6a1

Please sign in to comment.