Skip to content

Commit

Permalink
Removed boost-python from required modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Guenther committed Mar 24, 2015
1 parent a3b09df commit 93fc1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version = open("version.txt").read().rstrip()

packages = ['boost']
boost_modules = ['system', 'python']
boost_modules = ['system']

setup(

Expand Down

0 comments on commit 93fc1a9

Please sign in to comment.