[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

@@ -1,4 +1,4 @@
# {{packageName}}
# {{{projectName}}}
{{#appDescription}}
{{{appDescription}}}
{{/appDescription}}

View File

@@ -5,7 +5,7 @@
import sys
from setuptools import setup, find_packages
NAME = "{{packageName}}"
NAME = "{{{projectName}}}"
VERSION = "{{packageVersion}}"
{{#apiInfo}}
{{#apis}}