Skip to content

Commit

Permalink
Merge pull request #44 from ilyaraz/master
Browse files Browse the repository at this point in the history
adding plot to the Python package
  • Loading branch information
Ilya Razenshteyn committed Mar 17, 2016
2 parents e93423b + 41da62b commit 74e3a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ python_package:
mkdir -p $(PYTHON_PKG_DIR)/falconn/swig
mkdir -p $(PYTHON_PKG_DIR)/benchmarks
cp README.md $(PYTHON_PKG_DIR)
cp plot.png $(PYTHON_PKG_DIR)
cp LICENSE.txt $(PYTHON_PKG_DIR)
cp CONTRIBUTORS.md $(PYTHON_PKG_DIR)
cp src/python/wrapper/python_wrapper.h $(PYTHON_PKG_DIR)/falconn/swig
Expand Down
1 change: 1 addition & 0 deletions src/python/package/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include README.md
include plot.png
include LICENSE.txt
include CONTRIBUTORS.md
include falconn/swig/python_wrapper.h
Expand Down

0 comments on commit 74e3a0b

Please sign in to comment.