Skip to content

Commit 56edfef

Browse files
author
zaxtyson
committed
auto set pypi version
1 parent 6ea423d commit 56edfef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import setuptools
22

3+
from lanzou.api import version
4+
35
with open("README.md", "r", encoding='utf8') as fh:
46
long_description = fh.read()
57

68
setuptools.setup(
79
name="lanzou-api",
8-
version="2.5.6",
10+
version=version,
911
author="zaxtyson",
1012
author_email="zaxtyson@foxmail.com",
1113
description="LanZouCloud API",

0 commit comments

Comments
 (0)