Version 1.0.1+fb.202101140856
This commit is contained in:
parent
25d5f202db
commit
cc9ed3784d
1 changed files with 6 additions and 4 deletions
8
setup.py
8
setup.py
|
@ -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,11 +15,12 @@ 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',
|
||||
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',
|
||||
|
|
Loading…
Reference in a new issue