Update setup.py
This commit is contained in:
parent
2abc13f23c
commit
61b55466d0
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Reference in New Issue
Block a user