Skip to content

Commit

Permalink
Porting to Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 25, 2018
1 parent c6554b5 commit 357b1af
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,14 +2,14 @@

setup(
name='CoAPthon3',
version='1.0.0',
version='1.0.1',
packages=['coapthon', 'coapthon.caching', 'coapthon.layers', 'coapthon.client', 'coapthon.server', 'coapthon.messages',
'coapthon.forward_proxy', 'coapthon.resources', 'coapthon.reverse_proxy'],
url='https://github.com/Tanganelli/CoAPthon3',
license='MIT License',
author='Giacomo Tanganelli',
author_email='[email protected]',
download_url='https://github.com/Tanganelli/CoAPthon3/archive/1.0.tar.gz',
download_url='https://github.com/Tanganelli/CoAPthon3/archive/1.0.1.tar.gz',
description='CoAPthon is a python library to the CoAP protocol. ',
scripts=['coapserver.py', 'coapclient.py', 'exampleresources.py', 'coapforwardproxy.py', 'coapreverseproxy.py'],
requires=['sphinx', 'cachetools']
Expand Down

0 comments on commit 357b1af

Please sign in to comment.