File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
continuous_delivery_scripts Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2222logger = logging .getLogger (__name__ )
2323
2424FILES_TO_IGNORE = ["*.yml" , "*.yaml" ]
25+ ADDITIONAL_EXTENSIONS = ["python=.toml" , "c=.go" ]
2526
2627
2728def add_licence_header (verbose_count : int ) -> None :
@@ -73,7 +74,7 @@ def get_tool_config(template_file: Path) -> dict:
7374 "projname" : configuration .get_value (ConfigurationVariable .PROJECT_NAME ),
7475 "tmpl" : str (template_file ),
7576 "years" : copyright_dates ,
76- "additional-extensions" : "python=.toml c=.go" ,
77+ "additional-extensions" : ADDITIONAL_EXTENSIONS ,
7778 "exclude" : FILES_TO_IGNORE ,
7879 }
7980
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ pdoc3="Accepted for this project since not distributed"
3333python-dotenv =" BSD-3-Clause"
3434twine =" Apache-2.0"
3535jellyfish =" BSD-2-Clause"
36+ packaging =" either Apache-2.0 or BSD-2-Clause"
3637
3738[AutoVersionConfig ]
3839CONFIG_NAME = " DEFAULT"
You can’t perform that action at this time.
0 commit comments