Skip to content

Commit 1d0476e

Browse files
committed
docs
1 parent 48dc6e2 commit 1d0476e

17 files changed

+4
-244
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ repos:
77
rev: 22.3.0
88
hooks:
99
- id: black
10-
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v0.14.0
12-
hooks:
13-
- id: reuse
1410
- repo: https://github.com/pre-commit/pre-commit-hooks
1511
rev: v4.2.0
1612
hooks:

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

README.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ Please see the ``color_picker_simlpetest.py`` example for initial reference
4646
.. image:: https://raw.githubusercontent.com/jposada202020/CircuitPython_color_picker/main/docs/color_picker.png
4747

4848

49-
Contributing
50-
============
51-
52-
Contributions are welcome! Please read our `Code of Conduct
53-
<https://github.com/jposada202020/CircuitPython_color_picker/blob/main/CODE_OF_CONDUCT.md>`_
54-
before contributing to help this project stay welcoming.
55-
5649
Documentation
5750
=============
5851

README.rst.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/api.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
2-
.. If you created a package, create one automodule per module in the package.
3-
4-
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
5-
.. use this format as the module name: "adafruit_foo.foo"
6-
71
Color Picker Library
82
====================
93

docs/api.rst.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/color_picker.png.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/examples.rst.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,3 @@ Table of Contents
2626

2727
Download <https://github.com/jposada202020/CircuitPython_color_picker/releases/latest>
2828
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
29-
30-
31-
Indices and tables
32-
==================
33-
34-
* :ref:`genindex`
35-
* :ref:`modindex`
36-
* :ref:`search`

docs/index.rst.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/wheel100.bmp.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/wheel150.bmp.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/wheel200.bmp.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/wheel50.bmp.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

optional_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-FileCopyrightText: 2022 Alec Delaney, for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: Unlicense

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242
dynamic = ["dependencies", "optional-dependencies"]
4343

4444
[tool.setuptools]
45-
py-modules = ["CircuitPython_Color_Picker"]
45+
packages = ["color_picker"]
4646

4747
[tool.setuptools.dynamic]
4848
dependencies = {file = ["requirements.txt"]}

setup.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)