Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Mar 20, 2018
1 parent a708ef4 commit 42aebcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def packagez(base):
url = 'http://github.com/pySART/pyxcp',
packages = packagez('pyxcp'),
install_requires = ['enum34', 'construct >= 2.8', 'mako', 'pyserial'],
doc_requires = ['numpydoc', 'sphinxcontrib-napoleon']
doc_requires = ['numpydoc', 'sphinxcontrib-napoleon'],
package_dir = {'tests': 'pyxcp/tests'},
test_suite = "pyxcp.tests"
)
Expand Down

0 comments on commit 42aebcc

Please sign in to comment.