Skip to content

Commit b86a1ca

Browse files
authored
Revert package name back to zigpy-xbee (#94)
1 parent 95e3890 commit b86a1ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ These are XBee Zigbee based radios that have been tested with the [zigpy-xbee](h
2929
- Digi XBee Series 2 (S2) modules. Note: These will need to be manually flashed with the Zigbee Coordinator API firmware via XCTU.
3030
- Digi XBee Series 3 (xbee3-24) modules
3131

32-
# Releases of zigpy-xbee-homeassistant via PyPI
33-
Tagged versions of zigpy-xbee-homeassistant are also released via PyPI
32+
# Releases of zigpy-xbee via PyPI
33+
Tagged versions of zigpy-xbee are also released via PyPI
3434

35-
- https://pypi.org/project/zigpy-xbee-homeassistant/
36-
- https://pypi.org/project/zigpy-xbee-homeassistant/#history
37-
- https://pypi.org/project/zigpy-xbee-homeassistant/#files
35+
- https://pypi.org/project/zigpy-xbee/
36+
- https://pypi.org/project/zigpy-xbee/#history
37+
- https://pypi.org/project/zigpy-xbee/#files
3838

3939
# How to contribute
4040

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description = f.read()
1212

1313
setup(
14-
name="zigpy-xbee-homeassistant",
14+
name="zigpy-xbee",
1515
version=zigpy_xbee.__version__,
1616
description="A library which communicates with XBee radios for zigpy",
1717
long_description=long_description,

0 commit comments

Comments
 (0)