Skip to content

Commit

Permalink
don't build so at setup time
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Nov 19, 2020
1 parent 68d9042 commit d75c5a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE README.md
include fast3tree/fast3tree.c fast3tree/fast3tree*.so
include fast3tree/fast3tree.c
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@

lib_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'fast3tree')
exec(open(os.path.join(lib_path, 'version.py')).read())
exec(open(os.path.join(lib_path, 'make.py')).read())
for d in range(2, 5):
make_lib(d, True, src_dir=lib_path, lib_dir=lib_path, raise_if_fall=False) # noqa: F821
make_lib(d, False, src_dir=lib_path, lib_dir=lib_path, raise_if_fall=False) # noqa: F821

setup(
name='fast3tree',
Expand Down

0 comments on commit d75c5a0

Please sign in to comment.