Skip to content

Commit

Permalink
Try fixing python install location
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner committed Apr 24, 2018
1 parent 0c01533 commit 7146b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def build_extension(self, ext):
author_email='[email protected]',
description='BlockSci: A high-performance tool for blockchain science and exploration',
long_description='',
ext_modules=[CMakeExtension('blocksci')],
ext_modules=[CMakeExtension('blocksci/blocksci')],
packages = find_packages(),
include_package_data = True,
cmdclass=dict(build_ext=CMakeBuild),
Expand Down

0 comments on commit 7146b76

Please sign in to comment.