From 25d57799e94527a14a70698ab3e50eec116e0e39 Mon Sep 17 00:00:00 2001 From: nichuanfang Date: Tue, 9 Jul 2024 11:17:40 +0800 Subject: [PATCH] update --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b741f8b..20a08d4 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +import os from setuptools import setup, find_packages with open('README.md', 'r', encoding='utf-8') as f: @@ -5,7 +6,7 @@ setup( name='music-tool-kit', - version='#version', + version=os.getenv('YT_DLP_VERSION'), description='A tool kit for music download and clip', long_description_content_type='text/markdown', long_description=readme,