Setup.py typo
- surprisingly, it only was broken on some systems, e.g. Debian 8
This commit is contained in:
parent
6b54a4ab0e
commit
bb5f1d6f98
2
setup.py
2
setup.py
|
@ -83,7 +83,7 @@ if __name__ == "__main__":
|
||||||
'qrcode': ['qrcode'],
|
'qrcode': ['qrcode'],
|
||||||
'pyopencl': ['pyopencl'],
|
'pyopencl': ['pyopencl'],
|
||||||
'notify2': ['notify2'],
|
'notify2': ['notify2'],
|
||||||
'sound:platform_system=="Windows"': ['winsound']
|
'sound;platform_system=="Windows"': ['winsound']
|
||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"License :: OSI Approved :: MIT License"
|
"License :: OSI Approved :: MIT License"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user