|
7 | 7 | Created on 5/20/2020 |
8 | 8 | @author: songlin.xiesl、guangling.zgl |
9 | 9 | ''' |
10 | | -NAME = "global-alipay-sdk-python" |
| 10 | +NAME = "global-open-sdk-python" |
11 | 11 | DESCRIPTION = "The global alipay gateway SDK for Python." |
12 | | -AUTHOR = "songlin.xiesl" |
13 | | -AUTHOR_EMAIL = "songlin.xiesl@alibaba-inc.com" |
14 | | -URL = "https://github.com/alipay/global-alipay-sdk-python" |
15 | | -VERSION = "1.0.0" |
| 12 | +AUTHOR = "guodong.wzj" |
| 13 | +AUTHOR_EMAIL = "wangzunjiao.wzj@digital-engine.com" |
| 14 | +URL = "https://github.com/alipay/global-open-sdk-python" |
| 15 | +VERSION = "1.3.7" |
16 | 16 | ''' |
17 | 17 | only python2 need enum34、pytz |
18 | 18 | ''' |
|
27 | 27 | license="MIT", |
28 | 28 | url=URL, |
29 | 29 | keywords=["global", "alipay", "sdk"], |
30 | | - packages=find_packages(where='*'), |
| 30 | + packages=find_packages(exclude=["example"]), |
31 | 31 | include_package_data=True, |
32 | 32 | platforms='any', |
33 | 33 | install_requires=requires, |
34 | 34 | classifiers=[ |
35 | 35 | 'Intended Audience :: Developers', |
36 | | - 'License :: MIT License', |
| 36 | + 'License :: OSI Approved :: MIT License', |
37 | 37 | 'Programming Language :: Python', |
38 | 38 | 'Programming Language :: Python :: 2.7', |
39 | 39 | 'Programming Language :: Python :: 3.2', |
|
0 commit comments