mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-02 19:30:40 +00:00
python: 0.9 -> 1.0 in setup.py
This commit is contained in:
parent
bf7dc4293b
commit
0950f2e18b
|
@ -24,7 +24,7 @@ PKG_NAME = 'unicorn'
|
||||||
if os.path.exists(PATH_LIB64) and os.path.exists(PATH_LIB32):
|
if os.path.exists(PATH_LIB64) and os.path.exists(PATH_LIB32):
|
||||||
PKG_NAME = 'unicorn-windows'
|
PKG_NAME = 'unicorn-windows'
|
||||||
|
|
||||||
VERSION = '0.9'
|
VERSION = '1.0'
|
||||||
SYSTEM = sys.platform
|
SYSTEM = sys.platform
|
||||||
|
|
||||||
# virtualenv breaks import, but get_python_lib() will work.
|
# virtualenv breaks import, but get_python_lib() will work.
|
||||||
|
|
Loading…
Reference in a new issue