Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Updated Ping Examples as per issue #17 and #18
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterYsLab@gmail.com committed Feb 18, 2016
1 parent 6ad1ecc commit 99cf49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#!/usr/bin/env python

from distutils.core import setup
from setuptools import setup

setup(
name='PyMata',
packages=['PyMata'],
install_requires=['pyserial>=2.7'],
version='2.12',
description="A Python Protocol Abstraction Library For Arduino Firmata",
author='Alan Yorinks',
author_email='MisterYsLab@gmail.com',
url='https://github.com/MrYsLab/PyMata',
download_url='https://github.com/MrYsLab/PyMata',
install_requires=['pyserial >= 2.7'],
keywords=['Firmata', 'Arduino', 'Protocol'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 99cf49c

Please sign in to comment.