diff --git a/setup.py b/setup.py index 46b7925..8f8af12 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def build_nbt(): Builds _nbt.py. """ 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('..')