Make everythong asynch, prepare for streaming uplpaded file
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "amq_adapter"
|
name = "amq_adapter"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
description = "The Python implementation of the AMQ Adaptor for CleverMicro"
|
description = "The Python implementation of the AMQ Adaptor for CleverMicro"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "Apache License 2.0" }
|
license = { text = "Apache License 2.0" }
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="amqp",
|
name="amqp",
|
||||||
version="0.2.5",
|
version="0.2.6",
|
||||||
author="Stanislav Hejny",
|
author="Stanislav Hejny",
|
||||||
author_email="stanislav.hejny@cleverthis.com",
|
author_email="stanislav.hejny@cleverthis.com",
|
||||||
description="Adapter for RabbitMQ to integrate a CleverThis python-code Service with CleverMicro platform",
|
description="Adapter for RabbitMQ to integrate a CleverThis python-code Service with CleverMicro platform",
|
||||||
|
|||||||
Reference in New Issue
Block a user