Setup.py typo

- surprisingly, it only was broken on some systems, e.g. Debian 8
This commit is contained in:
Peter Šurda 2018-01-02 10:29:21 +01:00
parent 6b54a4ab0e
commit bb5f1d6f98
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ if __name__ == "__main__":
'qrcode': ['qrcode'],
'pyopencl': ['pyopencl'],
'notify2': ['notify2'],
'sound:platform_system=="Windows"': ['winsound']
'sound;platform_system=="Windows"': ['winsound']
},
classifiers=[
"License :: OSI Approved :: MIT License"