Version 1.0.1+fb.202101140856

Mesure-preliminaire
Björn Freise 3 years ago
parent 25d5f202db
commit cc9ed3784d

@ -1,8 +1,9 @@
from distutils.core import setup
import datetime
setup(
name='CoAPthon3',
version='1.0.1',
version='1.0.1+fb.' + datetime.datetime.now().strftime("%Y%m%d%H%M"),
packages=[
'coapthon',
'coapthon.caching',
@ -14,12 +15,13 @@ setup(
'coapthon.reverse_proxy',
'coapthon.server',
],
url='https://github.com/Tanganelli/CoAPthon3',
license='MIT License',
author='Giacomo Tanganelli',
author_email='giacomo.tanganelli@for.unipi.it',
download_url='https://github.com/Tanganelli/CoAPthon3/archive/1.0.1.tar.gz',
description='CoAPthon is a python library to the CoAP protocol. ',
maintainer="Bjoern Freise",
maintainer_email="mcfreis@gmx.net",
url="https://github.com/mcfreis/CoAPthon3",
description='CoAPthon is a python library to the CoAP protocol.',
scripts=[
'coapclient.py',
'coapforwardproxy.py',

Loading…
Cancel
Save