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 22
22
logger = logging .getLogger (__name__ )
23
23
24
24
FILES_TO_IGNORE = ["*.yml" , "*.yaml" ]
25
+ ADDITIONAL_EXTENSIONS = ["python=.toml" , "c=.go" ]
25
26
26
27
27
28
def add_licence_header (verbose_count : int ) -> None :
@@ -73,7 +74,7 @@ def get_tool_config(template_file: Path) -> dict:
73
74
"projname" : configuration .get_value (ConfigurationVariable .PROJECT_NAME ),
74
75
"tmpl" : str (template_file ),
75
76
"years" : copyright_dates ,
76
- "additional-extensions" : "python=.toml c=.go" ,
77
+ "additional-extensions" : ADDITIONAL_EXTENSIONS ,
77
78
"exclude" : FILES_TO_IGNORE ,
78
79
}
79
80
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ pdoc3="Accepted for this project since not distributed"
33
33
python-dotenv =" BSD-3-Clause"
34
34
twine =" Apache-2.0"
35
35
jellyfish =" BSD-2-Clause"
36
+ packaging =" either Apache-2.0 or BSD-2-Clause"
36
37
37
38
[AutoVersionConfig ]
38
39
CONFIG_NAME = " DEFAULT"
You can’t perform that action at this time.
0 commit comments