Skip to content

Commit 82daa9d

Browse files
add comment to test workflow with available package validation options
1 parent 1ba8583 commit 82daa9d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ exclude =
4242
thinking
4343
.idea
4444
# custom scripts, not being part of the distribution
45-
libs_external
4645
sdist_upip.py
4746
setup.py
4847

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ jobs:
6363
--package_changelog_file changelog.md \
6464
--package_file package.json \
6565
--validate
66+
# use --ignore-version to skip version validation
67+
# use --ignore-deps to skip dependency validation
68+
# use --ignore-boot-main to skip boot.py and main.py files in URLs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'License :: OSI Approved :: MIT License',
2929
'Programming Language :: Python :: Implementation :: MicroPython',
3030
],
31-
keywords='micropython, template',
31+
keywords='micropython, template, package',
3232
project_urls={
3333
'Bug Reports': 'https://github.com/brainelectronics/micropython-package-template/issues',
3434
'Source': 'https://github.com/brainelectronics/micropython-package-template',

0 commit comments

Comments
 (0)