Skip to content

Commit

Permalink
Merge pull request #23 from ilyaraz/master
Browse files Browse the repository at this point in the history
List of contributors
  • Loading branch information
Ilya Razenshteyn committed Jan 1, 2016
2 parents 6b30482 + eefd6aa commit 512890d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Contributors

FALCONN has been created by
[Ilya Razenshteyn](http://ilyaraz.org/)
and [Ludwig Schmidt](https://people.csail.mit.edu/ludwigs/). It
grew out as a result of a research project joint with
[Alexandr Andoni](http://www.mit.edu/~andoni/),
[Piotr Indyk](https://people.csail.mit.edu/indyk/)
and [Thijs Laarhoven](http://thijs.com/).

We thank the following people who helped us with finding bugs and
testing:
* Grey Ballard
* Dhiraj Holden
* Ilya Kornakov
* Andrew Sabisch
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ falconn_swig:
mkdir -p $(PYTHON_OUT_DIR)/benchmarks
cp README.md $(PYTHON_OUT_DIR)
cp LICENSE.txt $(PYTHON_OUT_DIR)
cp CONTRIBUTORS.md $(PYTHON_OUT_DIR)
cp src/python/module/python_wrapper.h $(PYTHON_OUT_DIR)/falconn/swig
cp src/python/package/__init__.py $(PYTHON_OUT_DIR)/falconn
cp src/python/benchmark/random_benchmark.py $(PYTHON_OUT_DIR)/benchmarks
Expand Down
1 change: 1 addition & 0 deletions src/python/package/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include README.md
include LICENSE.txt
include CONTRIBUTORS.md
include falconn/swig/python_wrapper.h
include benchmarks/random_benchmark.py
recursive-include falconn/src *
Expand Down

0 comments on commit 512890d

Please sign in to comment.