Skip to content

Commit

Permalink
include files in Manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
smorbieu committed Apr 19, 2016
1 parent 10481fd commit 57c09de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Manifest.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include README.rst
include docs/*.txt
include datasets/cstr.mat
include requirements.txt
include license.txt
include datasets/*
include demo/*.ipynb
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def readme():
'console_scripts': [
'coclust = coclust.coclust:main_coclust',
'coclust-nb = coclust.coclust:main_coclust_nb',
'coclust-demo = coclust.coclust_demo:main_coclust_demo',
],
},
include_package_data=True,
Expand Down

0 comments on commit 57c09de

Please sign in to comment.