Skip to content

Commit 6291e7a

Browse files
committed
Fixed package name
1 parent e9cae34 commit 6291e7a

5 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/scripts/generate.ps1

6 Bytes
Binary file not shown.

.github/scripts/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ java -jar ./.openapi-generator/openapi-generator-cli.jar generate \
6666
--git-repo-id "forgejo-python" \
6767
--git-user-id "client-api" \
6868
--package-name "clientapi_forgejo" \
69-
--additional-properties "packageName=clientapi_forgejo,packageUrl=https://github.com/client-api/forgejo-python,packageVersion=1.1.1,projectName=forgejo-python"
69+
--additional-properties "packageName=clientapi_forgejo,packageUrl=https://github.com/client-api/forgejo-python,packageVersion=1.1.1,projectName=clientapi-forgejo"
7070

7171
# Check if the command was successful
7272
if [ $? -eq 0 ]; then

.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.gitignore
21
.gitlab-ci.yml
32
.travis.yml
43
README.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# forgejo-python
1+
# clientapi-forgejo
22
This documentation describes the Forgejo API.
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121
# prerequisite: setuptools
2222
# http://pypi.python.org/pypi/setuptools
23-
NAME = "forgejo-python"
23+
NAME = "clientapi-forgejo"
2424
VERSION = "1.1.1"
2525
PYTHON_REQUIRES = ">= 3.8"
2626
REQUIRES = [

0 commit comments

Comments
 (0)