Skip to content

Commit 9cc7622

Browse files
committed
Update setup.py
1 parent e5ed26b commit 9cc7622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(name='mindwavemobile',
44
version='0.1',
5-
description='The funniest joke in the world',
5+
description='Small Library to access neurosky mindwave mobile functionality from python',
66
url='https://github.com/robintibor/python-mindwave-mobile',
77
author='Robin Tibor Schirrmeister',
88
author_email='[email protected]',
99
packages=['mindwavemobile'],
1010
install_requires=[
1111
'pybluez',
1212
],
13-
zip_safe=False)
13+
zip_safe=False)

0 commit comments

Comments
 (0)