Skip to content

Commit

Permalink
#31 Include subpackages umodbus.client and umodbus._functions in setu…
Browse files Browse the repository at this point in the history
…p.py.
  • Loading branch information
OrangeTux committed Jan 22, 2016
1 parent a8d5951 commit 10420ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = open(os.path.join(cwd, 'README.rst'), 'r').read()

setup(name='uModbus',
version='0.4.0',
version='0.4.1',
author='Auke Willem Oosterhoff',
author_email='oosterhoff@baopt.nl',
description='Implementation of the Modbus protocol in pure Python.',
Expand All @@ -21,6 +21,8 @@
license='MPL',
packages=[
'umodbus',
'umodbus.client',
'umodbus._functions',
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 10420ef

Please sign in to comment.