diff --git a/README.md b/README.md index f9947a8..5ed07a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # youtube-up -Upload videos to YouTube using the internal YouTube API. +Upload videos to YouTube using the internal YouTube API. Does not require an API key. # Installation diff --git a/pyproject.toml b/pyproject.toml index 741a1af..99eed54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "youtube-up" version = "0.5.0" -description = "Upload videos to YouTube using the internal YouTube API" +description = "Upload videos to YouTube using the internal YouTube API. Does not require an API key." authors = ["7x11x13 "] readme = "README.md" repository = "https://github.com/7x11x13/youtube-up"