Update to V1.0.1
This commit is contained in:
parent
554817ac41
commit
b08c3976a4
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ import setuptools
|
||||||
setup(
|
setup(
|
||||||
name='DT_Scraper', # 包的名字
|
name='DT_Scraper', # 包的名字
|
||||||
author='Evil0ctal', # 作者
|
author='Evil0ctal', # 作者
|
||||||
version='1.0.0', # 版本号
|
version='1.0.1', # 版本号
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|
||||||
description='Douyin/TikTok crawler and no watermark video download.', # 描述
|
description='Douyin/TikTok crawler and no watermark video download.', # 描述
|
||||||
|
|
@ -22,7 +22,7 @@ setup(
|
||||||
url='https://github.com/Evil0ctal/Douyin_TikTok_Download_API', # 可以写github上的地址,或者其他地址
|
url='https://github.com/Evil0ctal/Douyin_TikTok_Download_API', # 可以写github上的地址,或者其他地址
|
||||||
# 包内需要引用的文件夹
|
# 包内需要引用的文件夹
|
||||||
# packages=setuptools.find_packages(exclude=['url2io',]),
|
# packages=setuptools.find_packages(exclude=['url2io',]),
|
||||||
packages=["DT_scraper"],
|
packages=["src/DT_scraper"],
|
||||||
# keywords='NLP,tokenizing,Chinese word segementation',
|
# keywords='NLP,tokenizing,Chinese word segementation',
|
||||||
# package_dir={'jieba':'jieba'},
|
# package_dir={'jieba':'jieba'},
|
||||||
# package_data={'jieba':['*.*','finalseg/*','analyse/*','posseg/*']},
|
# package_data={'jieba':['*.*','finalseg/*','analyse/*','posseg/*']},
|
||||||
|
|
@ -50,4 +50,4 @@ setup(
|
||||||
'Topic :: Software Development :: Libraries'
|
'Topic :: Software Development :: Libraries'
|
||||||
],
|
],
|
||||||
zip_safe=True,
|
zip_safe=True,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue