Skip to content

Commit 3ad51a9

Browse files
author
longweiqiang_weimob
committed
add
1 parent 8b2b95c commit 3ad51a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: setup.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
long_description = fh.read()
1414

1515
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(),
2424
classifiers=[
2525
"Programming Language :: Python :: 3",
2626
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)