Skip to content

Commit c6f07eb

Browse files
committed
Update meta info
1 parent e66b1be commit c6f07eb

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

dev_server/setup.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11

22
from setuptools import setup
33

4+
VERSION = '1.0beta'
5+
46
scripts = ['dev_server.py', 'saecloud']
57

68
import os
79
if os.name == 'nt':
810
scripts.append('saecloud.bat')
911

1012
setup(
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
)

0 commit comments

Comments
 (0)