Skip to content

Commit

Permalink
Merge pull request #55 from nichuanfang/dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
nichuanfang authored Jul 9, 2024
2 parents c06cebb + 25d5779 commit 712f3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import os
from setuptools import setup, find_packages

with open('README.md', 'r', encoding='utf-8') as f:
readme = f.read()

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,
Expand Down

0 comments on commit 712f3fe

Please sign in to comment.