Creation of a setup.py #950

Closed
Lvl4Sword wants to merge 2 commits from patch-1 into v0.6
Showing only changes of commit 61b55466d0 - Show all commits

View File

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