File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 88jobs :
99 run :
1010 runs-on : ubuntu-latest
11- environment :
12- name : pypi
1311 permissions :
1412 id-token : write
1513 contents : read
Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ Repository = "https://github.com/sirrobot01/mcpulse"
6464Issues = " https://github.com/sirrobot01/mcpulse/issues"
6565
6666[tool .hatch .build .targets .wheel ]
67- packages = [" mcpulse_python " ]
67+ packages = [" mcpulse " ]
6868
6969[tool .hatch .build .targets .sdist ]
7070include = [
71- " mcpulse_python /**/*.py" ,
72- " mcpulse_python /pb/**/*.py" ,
71+ " mcpulse /**/*.py" ,
72+ " mcpulse /pb/**/*.py" ,
7373 " README.md" ,
7474 " LICENSE" ,
7575]
@@ -144,7 +144,7 @@ module = "google.protobuf.*"
144144ignore_missing_imports = true
145145
146146[tool .coverage .run ]
147- source = [" mcpulse_python " ]
147+ source = [" mcpulse " ]
148148omit = [
149149 " */pb/*" ,
150150 " */tests/*" ,
You can’t perform that action at this time.
0 commit comments