Skip to content

Commit

Permalink
moved a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Apr 18, 2018
1 parent d4f22e3 commit 12b6a25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -86,6 +86,7 @@ def check_for_spice():
message = 'Unable to find CSPICE at {0}. Exiting'.format(cspice_dir)
sys.exit(message)
return True
return False

@staticmethod
def unpack_cspice():
Expand Down Expand Up @@ -250,9 +251,10 @@ def run(self):
from wheel.bdist_wheel import bdist_wheel
print("Wheel is Present")
class _bdist_wheel(bdist_wheel):
def __init__(self, dist):
super().__init__(dist)

def initialize_options(self):
Install_C_Spice.get_cspice()
bdist_wheel.initialize_options(self)

def finalize_options(self):
bdist_wheel.finalize_options(self)
Expand Down

0 comments on commit 12b6a25

Please sign in to comment.