Skip to content

Commit eba66c3

Browse files
committed
Auto-bump version to 0.1.2
1 parent ad5261a commit eba66c3

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pyproject.toml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["hatchling>=1.20"]
2+
requires = [ "hatchling>=1.20",]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "sendgridsend"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Send an email from the command line using Python and a SendGrid API key."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -22,16 +22,8 @@ Issues = "https://github.com/DefensiveOrigins/SendGridSend/issues"
2222
[project.scripts]
2323
sendgridsend = "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",]

0 commit comments

Comments
 (0)