Skip to content

Commit

Permalink
updated setup.py and example script
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrik committed Feb 6, 2018
1 parent 0c07532 commit 84d1fca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
setup(
name='pydds',
version='0.1.2',
python_requires='>=3',
packages=['dds', ],
author='kydos',
url='https://github.com/atolab/pydds',
Expand Down
7 changes: 4 additions & 3 deletions test_flexy_writer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_author__ = 'Angelo Corsaro'
,_author__ = 'Angelo Corsaro'

from dds import *
import time
Expand Down Expand Up @@ -55,5 +55,6 @@ def __str__(self):
w.write(vpos)
print('Wrote: {0}'.format(vpos))
vpos.moveBy(dx, dy)
print('Press a key to move the vehicle...')
input()
#print('Press a key to move the vehicle...')
#input()
time.sleep(0.5)

0 comments on commit 84d1fca

Please sign in to comment.