File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22from setuptools import setup
33
4+ VERSION = '1.0beta'
5+
46scripts = ['dev_server.py' , 'saecloud' ]
57
68import os
79if os .name == 'nt' :
810 scripts .append ('saecloud.bat' )
911
1012setup (
11- name = " sae-python-dev" ,
12- version = "1.0testing" ,
13- author = "Jaime Chen" ,
14- author_email = "chenzheng2@staff. sina.com.cn" ,
15- description = (" SAE Python development server" ),
13+ name = ' sae-python-dev' ,
14+ version = VERSION ,
15+ author = 'SAE Python Team' ,
16+ author_email = 'saemail@ sina.cn' ,
17+ description = (' SAE Python development server' ),
1618 install_requires = [
1719 'Werkzeug' ,
1820 'pip' ,
1921 'PyYAML' ,
2022 'argparse' ,
2123 ],
2224 platforms = 'any' ,
23- license = "" ,
24- url = "http://appstack.sinaapp.com" ,
25+ url = "http://python.sinaapp.com" ,
2526 packages = ['sae' ],
2627 scripts = scripts
2728)
You can’t perform that action at this time.
0 commit comments