Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit b2b8344

Browse files
committed
Update pyproject.toml
1 parent 98a8fb7 commit b2b8344

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

pyproject.toml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
11
[tool.poetry]
22
name = "twitter_video_tools"
33
description = "Twitter Video Tools is a multi-processing supported video downloader, supports videos from twitter (or specific user from twitter) && monsnode."
4-
version = "0.1.2"
4+
version = "0.0.1"
55
authors = []
66
license = "MIT"
7+
readme = "README.md"
8+
homepage = "https://github.com/code-yeongyu/twitter_video_tools"
9+
keywords = [
10+
"crawler",
11+
"parser",
12+
"downloader",
13+
"monsnode",
14+
"twitter",
15+
"youtube_dl",
16+
]
17+
classifiers = [
18+
"Environment :: Console",
19+
"Operating System :: OS Independent",
20+
"Topic :: Software Development :: Libraries :: Python Modules",
21+
"Topic :: Software Development :: Testing :: Unit",
22+
"Topic :: Software Development :: Version Control",
23+
"Topic :: Internet :: WWW/HTTP :: Browsers",
24+
"Typing :: Typed",
25+
]
26+
include = ["LICENSE"]
727

828
[tool.poetry.dependencies]
929
python = "^3.9"

0 commit comments

Comments
 (0)