Build: setup.py now calls pymclevel/setup.py, now that setup_nbt.py was merged into it.
This commit is contained in:
parent
dd2bf7f2ae
commit
210c3b50ec
2
setup.py
2
setup.py
@ -134,7 +134,7 @@ def build_nbt():
|
|||||||
Builds _nbt.py.
|
Builds _nbt.py.
|
||||||
"""
|
"""
|
||||||
os.chdir('pymclevel')
|
os.chdir('pymclevel')
|
||||||
os.system(sys.executable + ' setup_nbt.py build_ext --inplace --force')
|
os.system(sys.executable + ' setup.py build_ext --inplace --force')
|
||||||
os.chdir('..')
|
os.chdir('..')
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user