Skip to content

Commit f05b805

Browse files
author
Martin O'Hanlon
committed
update readme and setup.py for release
1 parent 929c849 commit f05b805

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,19 @@ A beginner-friendly library for using common electronics components with the Ras
1616
else:
1717
led.off()
1818
19-
Full documentation is available at `picozero.readthedocs.io <https://picozero.readthedocs.io>`_ :
19+
Status
20+
------
21+
22+
Pre-alpha - not yet for general release. Documentation is not yet available. There will be many bugs and issues.
23+
24+
Full documentation will be available at `picozero.readthedocs.io <https://picozero.readthedocs.io>`_ :
2025

2126
- `Installation and getting started guide <https://picozero.readthedocs.io/en/latest/gettingstarted.html>`_
2227
- `Recipes and how-to's <https://picozero.readthedocs.io/en/latest/recipes.html>`_
2328
- `API <https://picozero.readthedocs.io/en/latest/api.html>`_
2429

25-
picozero is inspired by `gpiozero <https://gpiozero.readthedocs.io/en/stable/>`_ (and reuses some of its underlying structure), but is by design lighter weight and aligned with the Raspberry Pi Pico.
30+
Notes
31+
-----
32+
33+
picozero is inspired by `gpiozero <https://gpiozero.readthedocs.io/en/stable/>`_ (and reuses some of its underlying structure), but is by design lighter weight and aligned with the Raspberry Pi Pico. Thank you to everyone who has contributed to the gpiozero project.
2634

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
__project__ = 'picozero'
44
__packages__ = ['picozero']
5-
__desc__ = 'A beginner-friendly library for using common electronics components with the Raspberry Pi Pico.'
5+
__desc__ = 'A beginner-friendly library for using common electronics components with the Raspberry Pi Pico. Not yet for general release.'
66
__version__ = '0.0.1'
77
__author__ = "Raspberry Pi Foundation"
88
__author_email__ = 'learning@raspberrypi.org'
99
__license__ = 'MIT'
10-
__url__ = 'https://github.com/raspberrypilearning/picozero'
10+
__url__ = 'https://github.com/RaspberryPiFoundation/picozero'
1111
__keywords__ = [
1212
'raspberry',
1313
'pi',

0 commit comments

Comments
 (0)