Skip to content

Commit 3485d5d

Browse files
authored
Merge pull request #3 from FoamyGuy/prep_for_org_in_name
preparing to add Org in the repo name
2 parents a9b9858 + 9026921 commit 3485d5d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Introduction
1212
:alt: Discord
1313

1414

15-
.. image:: https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation/workflows/Build%20CI/badge.svg
16-
:target: https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation/actions
15+
.. image:: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/workflows/Build%20CI/badge.svg
16+
:target: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/actions
1717
:alt: Build Status
1818

1919

@@ -34,12 +34,14 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
3434
This is easily achieved by downloading
3535
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_
3636
or individual libraries can be installed using
37-
`circup <https://github.com/adafruit/circup>`_.Installing from PyPI
37+
`circup <https://github.com/adafruit/circup>`_.
38+
39+
Installing from PyPI
3840
=====================
3941

4042

4143
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
42-
PyPI <https://pypi.org/project/adafruit-circuitpython-displayio_annotation/>`_.
44+
PyPI <https://pypi.org/project/circuitpython-displayio_annotation/>`_.
4345
To install for current user:
4446

4547
.. code-block:: shell
@@ -72,7 +74,7 @@ Contributing
7274
============
7375

7476
Contributions are welcome! Please read our `Code of Conduct
75-
<https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation/blob/main/CODE_OF_CONDUCT.md>`_
77+
<https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/blob/main/CODE_OF_CONDUCT.md>`_
7678
before contributing to help this project stay welcoming.
7779

7880
Documentation

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Table of Contents
3333
.. toctree::
3434
:caption: Other Links
3535

36-
Download <https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation/releases/latest>
36+
Download <https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/releases/latest>
3737
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
3838
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
3939
Discord Chat <https://adafru.it/discord>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
long_description=long_description,
3232
long_description_content_type="text/x-rst",
3333
# The project's main homepage.
34-
url="https://github.com/circuitpython/CircuitPython_DisplayIO_Annotation.git",
34+
url="https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation.git",
3535
# Author details
3636
author="CircuitPython Organization",
3737
author_email="",

0 commit comments

Comments
 (0)