cdevents / sdk-python

Python SDK for CDEvents
Apache License 2.0
4 stars 8 forks source link

TOML file for packaging Python SDK for public use #15

Closed elmsdata closed 1 year ago

elmsdata commented 1 year ago

As part of the Python lifecycle for packaging a python project, a pyproject.toml is first required that outlines the overall project information and dependencies. This is equivalent to the POM file in a Java project that outlines the artifact information and package capabilities. We can first create the TOML file and then follow the steps to publish the SDK for public consumption.