|
1 | 1 | [build-system] |
2 | | -requires = ["hatchling"] |
| 2 | +requires = [ "hatchling",] |
3 | 3 | build-backend = "hatchling.build" |
4 | 4 |
|
5 | 5 | [project] |
6 | 6 | name = "sendgridsend" |
7 | | -version = "0.1.0" |
| 7 | +version = "0.1.1" |
8 | 8 | description = "Send an email from the command line using Python and a SendGrid API key." |
9 | 9 | readme = "README.md" |
10 | 10 | 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" |
44 | 16 |
|
45 | 17 | [project.urls] |
46 | 18 | Homepage = "https://github.com/DefensiveOrigins/SendGridSend" |
|
0 commit comments