Skip to content

Commit

Permalink
Update to the latest up-python (up-spec v1.6.0-alpha.2) (eclipse-upro…
Browse files Browse the repository at this point in the history
…tocol#10)

* Update to the latest up-python (up-spec v1.6.0-alpha.2)

* Addressed reviewer comments
  • Loading branch information
neelam-kushwah committed Aug 1, 2024
1 parent 0501a77 commit 60fa1c5
Show file tree
Hide file tree
Showing 18 changed files with 902 additions and 844 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# uprotocol-ulink-zenoh-python
Python uLink implementation for the Zenoh transport
# up-transport-zenoh-python
uProtocol transport implementation for Zenoh in Python
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
up-python==0.1.2-dev
eclipse-zenoh==0.11.0rc3
up-python==0.2.0-dev
eclipse-zenoh==0.11.0

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from setuptools import find_packages, setup

project_name = "up-client-zenoh-python"
project_name = "up-transport-zenoh-python"

script_directory = os.path.realpath(os.path.dirname(__file__))
REQUIREMENTS = [i.strip() for i in open(os.path.join("requirements.txt")).readlines()]
Expand All @@ -32,11 +32,11 @@
name=project_name,
author="Neelam Kushwah",
author_email="neelam.kushwah@gm.com",
version="0.1.0-dev",
version="0.2.0-dev",
python_requires=">=3.8",
packages=find_packages(),
package_data={
'up_client_zenoh': ['**'],
'up_transport_zenoh': ['**'],
},
include_package_data=True,
install_requires=REQUIREMENTS,
Expand Down
46 changes: 0 additions & 46 deletions up_client_zenoh/examples/publish.py

This file was deleted.

46 changes: 0 additions & 46 deletions up_client_zenoh/examples/rpc_client.py

This file was deleted.

53 changes: 0 additions & 53 deletions up_client_zenoh/examples/rpc_server.py

This file was deleted.

47 changes: 0 additions & 47 deletions up_client_zenoh/examples/subscribe.py

This file was deleted.

Loading

0 comments on commit 60fa1c5

Please sign in to comment.