diff --git a/setup.py b/setup.py index 580533e..193e702 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ def _unpack_db(): db_content = f.read() with open(TARGET_DB, "wb") as out: out.write(db_content) - # delete the xz file - os.unlink("jamdict_data/jamdict.db.xz") + # delete the xz file + os.unlink(ZIPPED_DB) class InstallUnpackDatabase(install):