Skip to content

Commit

Permalink
update 'setup.py' file
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Jan 6, 2016
1 parent d4cd12c commit ebd8682
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
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = '0.1.1'
VERSION = '0.2.0'

setup(
name = 'hdlcontroller',
Expand All @@ -18,6 +18,6 @@
long_description_markdown_filename = 'README.md',
py_modules = ['hdlcontroller'],
scripts = ['hdlcontroller.py'],
install_requires = ['python4yahdlc>=1.0.2'],
install_requires = ['python4yahdlc>=1.0.2', 'pyserial'],
test_suite = 'test',
)

0 comments on commit ebd8682

Please sign in to comment.