forked from loafle/openapi-generator-original
[Python] add project name to setup.py in python client (#5836)
* add project name to setup.py in python client * update python README to use project name * add cli option project name for python
This commit is contained in:
@@ -96,6 +96,7 @@ public class CodegenConstants {
|
||||
public static final String ENSURE_UNIQUE_PARAMS = "ensureUniqueParams";
|
||||
public static final String ENSURE_UNIQUE_PARAMS_DESC = "Whether to ensure parameter names are unique in an operation (rename parameters that are not).";
|
||||
|
||||
public static final String PROJECT_NAME = "projectName";
|
||||
public static final String PACKAGE_NAME = "packageName";
|
||||
public static final String PACKAGE_VERSION = "packageVersion";
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user