[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:
wing328
2017-06-14 00:18:54 +08:00
committed by GitHub
parent b61dfefa5b
commit d6c717263c
8 changed files with 673 additions and 653 deletions

View File

@@ -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";