Skip to content

Commit

Permalink
Do not deploy top-level "tests" directory #184
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Feb 21, 2019
1 parent a89e030 commit f432697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/mwouts/jupytext',
packages=find_packages(),
packages=find_packages(exclude=['tests']),
package_data={'jupytext': ['nbextension/*.*']},
data_files=[('etc/jupyter/nbconfig/notebook.d', ['jupyter-config/nbconfig/notebook.d/jupytext.json']),
('etc/jupyter/jupyter_notebook_config.d', ['jupyter-config/jupyter_notebook_config.d/jupytext.json']),
Expand Down

0 comments on commit f432697

Please sign in to comment.