Skip to content

Commit abc2577

Browse files
committed
Fix typo in setup.py
1 parent 13517c0 commit abc2577

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
HISTORY = history_file.read()
66

77
setup_args = {'name': "cortex2",
8-
'version': "1.0.0.post2",
8+
'version': "1.0.0.post3",
99
'description': "Comprehensive threaded, asynchronous Python client for the Emotiv EEG Cortex 2 API",
1010
'long_description_content_type': "text/markdown",
1111
'long_description': README + '\n\n' + HISTORY,
@@ -17,8 +17,7 @@
1717
'url': "https://github.com/methylDragon/emotiv-cortex2-python-client",
1818
'download_url': "https://pypi.org/project/cortex2/"}
1919

20-
install_requires = ['websockets>=7.0',
21-
]
20+
install_requires = ['websockets>=7.0']
2221

2322
if __name__ == '__main__':
2423
setup(**setup_args, install_requires=install_requires)

0 commit comments

Comments
 (0)