Skip to content

Commit b3d75f8

Browse files
authored
Merge branch 'Publish' into main
2 parents d304825 + 4439a24 commit b3d75f8

File tree

1 file changed

+7
-35
lines changed

1 file changed

+7
-35
lines changed

pyproject.toml

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,15 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sendgridsend"
7-
version = "0.1.0"
8-
description = "Send an email from the command line using a SendGrid API key."
7+
version = "0.1.1"
8+
description = "Send an email from the command line using Python and a SendGrid API key."
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
12-
authors = [
13-
{ name = "Defensive Origins" }
14-
]
15-
16-
keywords = [
17-
"sendgrid",
18-
"email",
19-
"cli",
20-
"command-line",
21-
"mail",
22-
]
23-
24-
classifiers = [
25-
"Development Status :: 4 - Beta",
26-
"Environment :: Console",
27-
"Intended Audience :: System Administrators",
28-
"Intended Audience :: Information Technology",
29-
"License :: OSI Approved :: MIT License",
30-
"Programming Language :: Python",
31-
"Programming Language :: Python :: 3",
32-
"Programming Language :: Python :: 3 :: Only",
33-
"Programming Language :: Python :: 3.8",
34-
"Programming Language :: Python :: 3.9",
35-
"Programming Language :: Python :: 3.10",
36-
"Programming Language :: Python :: 3.11",
37-
"Topic :: Communications :: Email",
38-
"Topic :: Utilities",
39-
]
40-
41-
dependencies = [
42-
"requests>=2.25",
43-
]
11+
keywords = [ "sendgrid", "email", "cli", "command-line", "mail",]
12+
classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Topic :: Communications :: Email", "Topic :: Utilities",]
13+
dependencies = [ "requests>=2.25",]
14+
[[project.authors]]
15+
name = "Defensive Origins"
4416

4517
[project.urls]
4618
Homepage = "https://github.com/DefensiveOrigins/SendGridSend"

0 commit comments

Comments
 (0)