Skip to content

Commit 02c37b5

Browse files
authored
Fidelity 20230328 091514 (#19)
* create pyproject toml file * added new line * fix trailing
1 parent ac6305a commit 02c37b5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pyproject.toml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[project]
2+
name = "cdevents-sdk"
3+
version = "0.0.1"
4+
authors = [
5+
{ name="Erik Sternerson", email="[email protected]" },
6+
{ name="Evan Elms", email="[email protected]" }
7+
]
8+
description = "The SDK can be used to create CDEvents in CloudEvents form."
9+
readme = "README.md"
10+
requires-python = ">=3.7"
11+
license = { file = "LICENSE" }
12+
classifiers = [
13+
"Programming Language :: Python :: 3",
14+
"Operating System :: OS Independent"
15+
]
16+
17+
[project.urls]
18+
"Homepage" = "https://github.com/cdevents/sdk-python"
19+
"Bug Tracker" = "https://github.com/cdevents/sdk-python/issues"

0 commit comments

Comments
 (0)