Skip to content
This repository was archived by the owner on Dec 16, 2018. It is now read-only.

Commit e269a76

Browse files
author
Radomir Dopieralski
committed
Adafruitize docs and setup.py
1 parent 4dd4640 commit e269a76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
master_doc = 'index'
4848

4949
# General information about the project.
50-
project = u'MicroPython RGB'
50+
project = u'MicroPython Adafruit RGB Display'
5151
copyright = u'2016, Radomir Dopieralski'
5252

5353
# The version info for the project you're documenting, acts as replacement for

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to MicroPython RGB's documentation!
7-
===========================================
6+
Welcome to MicroPython Adafruti RGB Displays's documentation!
7+
=============================================================
88

99
Contents:
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(
5-
name='rgb',
5+
name='adafruit-rgb-display',
66
py_modules=[
77
'rgb',
88
'hx8353',

0 commit comments

Comments
 (0)