File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
long_description = fh .read ()
14
14
15
15
setuptools .setup (
16
- name = "dada_openapi_client" ,
17
- version = "1.0.3" ,
18
- author = "Weiqiang.long" ,
19
- description = "达达签名数据封装" ,
20
- long_description = long_description ,
21
- long_description_content_type = "text/markdown" ,
22
- url = "https://github.com/longweiqiang/dada_openapi_python" ,
23
- packages = setuptools .find_packages (),
16
+ name = "dada_openapi_client" ,
17
+ version = "1.0.3" ,
18
+ author = "Weiqiang.long" ,
19
+ description = "达达签名数据封装" ,
20
+ long_description = long_description ,
21
+ long_description_content_type = "text/markdown" ,
22
+ url = "https://github.com/longweiqiang/dada_openapi_python" ,
23
+ packages = setuptools .find_packages (),
24
24
classifiers = [
25
25
"Programming Language :: Python :: 3" ,
26
26
"License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments