Variables | |
CURRENT_PATH = os.path.dirname(os.path.realpath(__file__)) | |
dist_dir = os.path.join(CURRENT_PATH, "dist") | |
wheel_upload.CURRENT_PATH = os.path.dirname(os.path.realpath(__file__)) |
Definition at line 13 of file wheel_upload.py.
wheel_upload.dist_dir = os.path.join(CURRENT_PATH, "dist") |
Definition at line 20 of file wheel_upload.py.