Skip to content

Commit a1f963e

Browse files
author
arun-nalla
committed
Update package name
1 parent cdc026a commit a1f963e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ once a day for a new version and will publish this new version automatically as
1717
You can install the package either in a virtual environment or globally.
1818

1919
```sh
20-
# install the latest version of "openapigenerator"
21-
pip install openapigenerator
20+
# install the latest version of "openapi-generator-cli"
21+
pip install openapi-generator-cli
2222

23-
# install a specific version of "openapigenerator"
24-
pip install openapigenerator==4.2.0
23+
# install a specific version of "openapi-generator-cli"
24+
pip install openapi-generator-cli==4.2.0
2525
```
2626

2727
After installation `openapi-generator` command will be available in your virtual environment or globally

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from setuptools import find_packages, setup, Command
88

9-
NAME = "openapigenerator"
9+
NAME = "openapi-generator-cli"
1010
DESCRIPTION = "CLI for openapi generator"
1111
URL = "https://github.com/OpenAPITools/openapi-generator"
1212
EMAIL = "team@openapitools.org"

0 commit comments

Comments
 (0)