File tree Expand file tree Collapse file tree 4 files changed +2
-12
lines changed
Expand file tree Collapse file tree 4 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 github-token : ${{ secrets.GITHUB_TOKEN }}
1919 upload-url : ${{ github.event.release.upload_url }}
20- # TODO: If you're creating a package (library is a folder), add this
20+ # If you're creating a package (library is a folder), add this
2121 # argument along with the prefix (or full name) of the package folder
2222 # so the MPY bundles are built correctly:s
23- # package-prefix: i2c_expanders
23+ package-prefix : i2c_expanders
Original file line number Diff line number Diff line change 2323 "sphinx.ext.todo" ,
2424]
2525
26- # TODO: Please Read!
2726# Uncomment the below if you use native CircuitPython modules such as
2827# digitalio, micropython and busio. List the modules you use. Without it, the
2928# autodoc module docs will fail to generate with a warning.
Original file line number Diff line number Diff line change @@ -24,15 +24,9 @@ Table of Contents
2424.. toctree ::
2525 :caption: Tutorials
2626
27- .. note :: TODO: Add any Learn guide links here. If there are none, then simply delete this todo and leave
28- the toctree above for use later.
29-
3027.. toctree ::
3128 :caption: Related Products
3229
33- .. note :: TODO: Add any product links here. If there are none, then simply delete this todo and leave
34- the toctree above for use later.
35-
3630.. toctree ::
3731 :caption: Other Links
3832
Original file line number Diff line number Diff line change @@ -47,9 +47,6 @@ classifiers = [
4747dynamic = [" dependencies" , " optional-dependencies" ]
4848
4949[tool .setuptools ]
50- # TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
51- # CHANGE `py_modules = ['...']` TO `packages = ['...']`
52- # py-modules = ["i2c_expanders"]
5350packages = [' i2c_expanders' ]
5451
5552[tool .setuptools .dynamic ]
You can’t perform that action at this time.
0 commit comments