We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13517c0 commit abc2577Copy full SHA for abc2577
setup.py
@@ -5,7 +5,7 @@
5
HISTORY = history_file.read()
6
7
setup_args = {'name': "cortex2",
8
- 'version': "1.0.0.post2",
+ 'version': "1.0.0.post3",
9
'description': "Comprehensive threaded, asynchronous Python client for the Emotiv EEG Cortex 2 API",
10
'long_description_content_type': "text/markdown",
11
'long_description': README + '\n\n' + HISTORY,
@@ -17,8 +17,7 @@
17
'url': "https://github.com/methylDragon/emotiv-cortex2-python-client",
18
'download_url': "https://pypi.org/project/cortex2/"}
19
20
-install_requires = ['websockets>=7.0',
21
- ]
+install_requires = ['websockets>=7.0']
22
23
if __name__ == '__main__':
24
setup(**setup_args, install_requires=install_requires)
0 commit comments