File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling>=1.20" ]
2+ requires = [ " hatchling>=1.20" , ]
33build-backend = " hatchling.build"
44
55[project ]
66name = " sendgridsend"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " Send an email from the command line using Python and a SendGrid API key."
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -22,16 +22,8 @@ Issues = "https://github.com/DefensiveOrigins/SendGridSend/issues"
2222[project .scripts ]
2323sendgridsend = " SG:main"
2424
25- # ---- Hatch build configuration ----
26-
2725[tool .hatch .build .targets .wheel ]
28- # Explicitly tell Hatch what to ship in the wheel
29- only-include = [" SG.py" ]
26+ only-include = [ " SG.py" ,]
3027
3128[tool .hatch .build .targets .sdist ]
32- # Optional but nice: include main artifacts in the sdist
33- include = [
34- " SG.py" ,
35- " README.md" ,
36- " pyproject.toml" ,
37- ]
29+ include = [ " SG.py" , " README.md" , " pyproject.toml" ,]
You can’t perform that action at this time.
0 commit comments