Skip to content

Commit 987ccbc

Browse files
committed
created package from repository
1 parent ef48ad3 commit 987ccbc

10 files changed

+13
-0
lines changed
File renamed without changes.
File renamed without changes.

mindwavemobile/__init__.py

Whitespace-only changes.

mindwavemobile/tests/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from setuptools import setup
2+
3+
setup(name='mindwavemobile',
4+
version='0.1',
5+
description='The funniest joke in the world',
6+
url='https://github.com/robintibor/python-mindwave-mobile',
7+
author='Robin Tibor Schirrmeister',
8+
author_email='[email protected]',
9+
packages=['mindwavemobile'],
10+
install_requires=[
11+
'pybluez',
12+
],
13+
zip_safe=False)

0 commit comments

Comments
 (0)