From c701162bdcdee487f685962916f3ed05fa7a8ada Mon Sep 17 00:00:00 2001 From: Willow Maccagnoni Date: Thu, 6 Jul 2023 22:12:40 +0200 Subject: [PATCH] ownership change --- LICENSE.txt | 2 +- README.md | 5 +++++ pyproject.toml | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index cd1fd01..12d378e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Sébastien Maccagnoni +Copyright (c) 2023 Willow Maccagnoni Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 65c3817..a8a646d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Use `pycalaos.Client` to connect to the Calaos server. This library has been developed with [Home Assistant](https://www.home-assistant.io/) in mind. +## Notice + +This integration is an independent project: the Calaos team is by no means +involved in its development. + ## discover The `pycalaos.discover` function broadcasts a discovery message on the network diff --git a/pyproject.toml b/pyproject.toml index 1086ce8..159be2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "pycalaos" -version = "0.0.22" +version = "0.0.23" authors = [ - { name = "Sébastien Maccagnoni", email = "sebastien@maccagnoni.eu" }, + { name = "Willow Maccagnoni", email = "willow.maccagnoni@gmail.com" }, ] description = "Calaos home automation client library" readme = "README.md" @@ -18,8 +18,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/tiramiseb/pycalaos" -Repository = "https://github.com/tiramiseb/pycalaos.git" +Homepage = "https://github.com/willoma/pycalaos" +Repository = "https://github.com/willoma/pycalaos.git" [build-system] requires = ["hatchling"]