Skip to content

Commit

Permalink
installing via easy_install.
Browse files Browse the repository at this point in the history
0.1pre
  • Loading branch information
rainwoodman committed Dec 16, 2014
1 parent 5725026 commit a7dbf78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include src/*.c
include src/*.h
include python/*.pyx
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
author_email="rainwoodman@gmail.com",
url="http://github.com/rainwoodman/bigfile",
description="python binding of BigFile, a peta scale IO format",
zip_safe = False,
package_dir = {'bigfile': 'python'},
install_requires=['cython', 'numpy'],
packages= ['bigfile'],
Expand Down

0 comments on commit a7dbf78

Please sign in to comment.