Update setup.py

This commit is contained in:
Scott King 2017-02-23 03:22:58 -07:00 committed by GitHub
parent 2abc13f23c
commit 61b55466d0

View File

@ -22,7 +22,7 @@ setup(
url='https://github.com/Bitmessage/PyBitmessage/', url='https://github.com/Bitmessage/PyBitmessage/',
# TODO: add keywords # TODO: add keywords
#keywords='', #keywords='',
install_requires = ['hashlib', 'sqlite3', 'ctypes', 'curses', 'dialog', 'PyQt4', 'msgpack-python'], install_requires = ['hashlib', 'sqlite3', 'ctypes', 'curses', 'dialog', 'PyQt4', 'msgpack-python', 'pyopencl'],
classifiers = [ classifiers = [
"License :: OSI Approved :: MIT License" "License :: OSI Approved :: MIT License"
"Operating System :: MacOS :: MacOS X", "Operating System :: MacOS :: MacOS X",