File tree 3 files changed +6
-26
lines changed
3 files changed +6
-26
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : 325b8b8
2
+ _commit : 37ad578
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_extension : jupyter
5
5
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ format: fix
55
55
# ###############
56
56
# Other Checks #
57
57
# ###############
58
- .PHONY : check-manifest checks check annotate
58
+ .PHONY : check-manifest checks check
59
59
60
60
check-manifest : # # check python sdist manifest with check-manifest
61
61
check-manifest -v
@@ -65,9 +65,6 @@ checks: check-manifest
65
65
# alias
66
66
check : checks
67
67
68
- annotate : # # run python type annotation checks with mypy
69
- python -m mypy ./python_template_jupyter
70
-
71
68
# ########
72
69
# TESTS #
73
70
# ########
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ ignore = [
78
78
" setup.py" ,
79
79
" python_template_jupyter/labextension/**" ,
80
80
" python_template_jupyter/nbextension/**" ,
81
+ " docs/**/*" ,
81
82
]
82
83
83
84
[tool .coverage .run ]
@@ -104,32 +105,14 @@ artifacts = [
104
105
src = " /"
105
106
106
107
[tool .hatch .build .targets .sdist ]
107
- include = [
108
- " /python_template_jupyter" ,
109
- " /js" ,
110
- " LICENSE" ,
111
- " README.md" ,
112
- ]
108
+ packages = [" python_template_jupyter" , " js" ]
113
109
exclude = [
114
- " .copier-answers.yml" ,
115
- " /.github" ,
116
- " /.gitattributes" ,
117
- " /.gitignore" ,
110
+ " /js/dist" ,
118
111
" /js/node_modules" ,
119
112
]
120
113
121
114
[tool .hatch .build .targets .wheel ]
122
- include = [
123
- " /python_template_jupyter" ,
124
- ]
125
- exclude = [
126
- " .copier-answers.yml" ,
127
- " /.github" ,
128
- " /.gitattributes" ,
129
- " /.gitignore" ,
130
- " /js/node_modules" ,
131
- " /pyproject.toml" ,
132
- ]
115
+ packages = [" python_template_jupyter" ]
133
116
134
117
[tool .hatch .build .targets .wheel .shared-data ]
135
118
"python_template_jupyter/labextension" = " share/jupyter/labextensions/python_template_jupyter"
You can’t perform that action at this time.
0 commit comments