diff --git a/README.md b/README.md index a05f865..3fecd59 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ These are XBee Zigbee based radios that have been tested with the [zigpy-xbee](h - Digi XBee Series 2 (S2) modules. Note: These will need to be manually flashed with the Zigbee Coordinator API firmware via XCTU. - Digi XBee Series 3 (xbee3-24) modules -# Releases of zigpy-xbee-homeassistant via PyPI -Tagged versions of zigpy-xbee-homeassistant are also released via PyPI +# Releases of zigpy-xbee via PyPI +Tagged versions of zigpy-xbee are also released via PyPI -- https://pypi.org/project/zigpy-xbee-homeassistant/ -- https://pypi.org/project/zigpy-xbee-homeassistant/#history -- https://pypi.org/project/zigpy-xbee-homeassistant/#files +- https://pypi.org/project/zigpy-xbee/ +- https://pypi.org/project/zigpy-xbee/#history +- https://pypi.org/project/zigpy-xbee/#files # How to contribute diff --git a/setup.py b/setup.py index 9989e51..ac3f2b5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = f.read() setup( - name="zigpy-xbee-homeassistant", + name="zigpy-xbee", version=zigpy_xbee.__version__, description="A library which communicates with XBee radios for zigpy", long_description=long_description,