diff --git a/services/dns/README.md b/services/dns/README.md new file mode 100644 index 000000000..458913c98 --- /dev/null +++ b/services/dns/README.md @@ -0,0 +1,22 @@ +# stackit.dns +This api provides dns + + +This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK. + + +## Installation & Usage +### pip install + +```sh +pip install stackit-dns +``` + +Then import the package: +```python +import stackit.dns +``` + +## Getting Started + +[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK. \ No newline at end of file diff --git a/services/dns/pyproject.toml b/services/dns/pyproject.toml index d45211b45..5b5fa8f63 100644 --- a/services/dns/pyproject.toml +++ b/services/dns/pyproject.toml @@ -5,7 +5,7 @@ authors = [ "stackit-dns ", ] description = "STACKIT DNS API" -#readme = "README.md" +readme = "README.md" #license = "NoLicense" classifiers = [ "Programming Language :: Python :: 3",