Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 24, 2017
1 parent 9e7edaf commit d1de320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
install_reuqires = ['pyserial','numpy']
install_requires = ['pyserial','numpy']
tests_require = ['nose','coveralls']
# %%
from setuptools import setup,find_packages
Expand All @@ -8,6 +8,7 @@
packages=find_packages(),
author='Michael Hirsch, Ph.D.',
url='https://github.com/scivision/geckodrive',
long_description=open('README.rst').read(),
description='control Geckodrive motion',
install_requires=install_requires,
tests_require=tests_require,
Expand Down

0 comments on commit d1de320

Please sign in to comment.