Skip to content

Commit 9a385c9

Browse files
committed
Copied the buf and nexus configuration into the repo.
1 parent 77e0894 commit 9a385c9

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

nexus.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "pypi-internal",
3+
"online": true,
4+
"storage": {
5+
"blobStoreName": "default",
6+
"strictContentTypeValidation": true,
7+
"writePolicy": "allow"
8+
},
9+
"cleanup": {
10+
"policyNames": ["weekly-cleanup"]
11+
},
12+
"pypi": {
13+
"versionPolicy": "RELEASE",
14+
"layoutPolicy": "STRICT"
15+
}
16+
}

proc.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
projectName: zitadel-client
2+
packageName: zitadel_client
3+
packageVersion: 0.0.1
4+
library: urllib3
5+
packageUrl: https://github.com/zitadel/sdk
6+
7+
disallowAdditionalPropertiesIfNotPresent: false
8+
useOneOfDiscriminatorLookup: true
9+
10+
11+
author="{{infoName}}{{^infoName}}OpenAPI Generator community{{/infoName}}",
12+
author_email="{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}",
13+
url="{{packageUrl}}",
14+
keywords=["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"],
15+
16+
17+
18+
{{#licenseInfo}}license="{{.}}",
19+
{{/licenseInfo}}

0 commit comments

Comments
 (0)