-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨 Update to match latest template tooling
- Loading branch information
1 parent
03f3cd0
commit 8980f5b
Showing
26 changed files
with
294 additions
and
305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,57 +15,47 @@ | |
# cookiecutter --overwrite-if-exists --config-file=arduino-cli-cmake-wrapper/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary | ||
|
||
default_context: | ||
|
||
allow_tests_inside_package: 'no' | ||
appveyor: 'no' | ||
c_extension_function: 'longest' | ||
c_extension_module: '_arduino_cli_cmake_wrapper' | ||
c_extension_optional: 'no' | ||
c_extension_support: 'no' | ||
c_extension_test_pypi: 'no' | ||
c_extension_test_pypi_username: 'SterlingPeet' | ||
codacy: 'no' | ||
codacy_projectid: '[Get ID from https://app.codacy.com/gh/SterlingPeet/arduino-cli-cmake-wrapper/settings]' | ||
codeclimate: 'no' | ||
codecov: 'no' | ||
command_line_interface: 'argparse' | ||
command_line_interface_bin_name: 'arduino-cli-wrapper' | ||
coveralls: 'no' | ||
distribution_name: 'arduino-cli-cmake-wrapper' | ||
email: '[email protected]' | ||
full_name: 'Sterling Lewis Peet' | ||
github_actions: 'yes' | ||
github_actions_osx: 'yes' | ||
github_actions_windows: 'yes' | ||
license: 'Apache Software License 2.0' | ||
linter: 'flake8' | ||
package_name: 'arduino_cli_cmake_wrapper' | ||
pre_commit: 'yes' | ||
pre_commit_formatter: 'black' | ||
project_name: 'Arduino CLI Wrapper for CMake' | ||
project_short_description: 'Arduino Cmake toolchain leveraging ``arduino-cli`` via python wrapper script' | ||
pypi_badge: 'yes' | ||
pypi_disable_upload: 'no' | ||
release_date: 'today' | ||
repo_hosting: 'github.com' | ||
repo_hosting_domain: 'github.com' | ||
repo_main_branch: 'main' | ||
repo_name: 'arduino-cli-cmake-wrapper' | ||
repo_username: 'SterlingPeet' | ||
requiresio: 'no' | ||
scrutinizer: 'no' | ||
setup_py_uses_pytest_runner: 'no' | ||
setup_py_uses_setuptools_scm: 'no' | ||
sphinx_docs: 'yes' | ||
sphinx_docs_hosting: 'https://arduino-cli-cmake-wrapper.readthedocs.io/' | ||
sphinx_doctest: 'no' | ||
sphinx_theme: 'sphinx-rtd-theme' | ||
test_matrix_configurator: 'no' | ||
test_matrix_separate_coverage: 'no' | ||
travis: 'no' | ||
travis_osx: 'no' | ||
version: '0.0.0' | ||
version_manager: 'bump2version' | ||
website: 'https://github.com/SterlingPeet' | ||
year_from: '2022' | ||
year_to: '2022' | ||
c_extension_optional: "no" | ||
c_extension_support: "no" | ||
codacy: "no" | ||
codacy_projectid: "[Get ID from https://app.codacy.com/gh/SterlingPeet/arduino-cli-cmake-wrapper/settings]" | ||
codeclimate: "no" | ||
codecov: "no" | ||
command_line_interface: "argparse" | ||
command_line_interface_bin_name: "arduino-cli-wrapper" | ||
coveralls: "no" | ||
distribution_name: "arduino-cli-cmake-wrapper" | ||
email: "[email protected]" | ||
formatter_quote_style: "single" | ||
full_name: "Sterling Lewis Peet" | ||
function_name: "compute" | ||
github_actions: "yes" | ||
github_actions_osx: "yes" | ||
github_actions_windows: "yes" | ||
license: "Apache Software License 2.0" | ||
module_name: "core" | ||
package_name: "arduino_cli_cmake_wrapper" | ||
pre_commit: "yes" | ||
project_name: "Arduino CLI Wrapper for CMake" | ||
project_short_description: "Arduino Cmake toolchain leveraging ``arduino-cli`` via python wrapper script" | ||
pypi_badge: "yes" | ||
pypi_disable_upload: "no" | ||
release_date: "today" | ||
repo_hosting: "github.com" | ||
repo_hosting_domain: "github.com" | ||
repo_main_branch: "main" | ||
repo_name: "arduino-cli-cmake-wrapper" | ||
repo_username: "SterlingPeet" | ||
scrutinizer: "no" | ||
setup_py_uses_setuptools_scm: "yes" | ||
sphinx_docs: "yes" | ||
sphinx_docs_hosting: "https://arduino-cli-cmake-wrapper.readthedocs.io/" | ||
sphinx_doctest: "no" | ||
sphinx_theme: "sphinx-rtd-theme" | ||
test_matrix_separate_coverage: "no" | ||
tests_inside_package: "no" | ||
version: "0.0.0" | ||
version_manager: "bump2version" | ||
website: "https://github.com/SterlingPeet" | ||
year_from: "2022" | ||
year_to: "2024" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.