strip longer name

This commit is contained in:
jbannon 2022-04-24 04:37:55 +00:00
parent 3e29a33968
commit ebf859ebad
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ sys.path.insert(0, os.path.abspath("../"))
# -- Project information -----------------------------------------------------
project = "ytdl-subscribe"
project = "ytdl-sub"
copyright = "2022, Jesse Bannon"
author = "Jesse Bannon"

View file

@ -3,10 +3,10 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Youtube-DL-Subscribe: Automate ytdl downloads and metadata creation
ytdl-sub: Automate ytdl downloads and metadata creation
===================================================================
Youtube-DL-Subscribe (ytdl-sub) is an `open-source <https://github.com/jmbannon/ytdl-subscribe>`_
ytdl-sub is an `open-source <https://github.com/jmbannon/ytdl-sub>`_
python app that strives to automate downloading media and preparing it for
consumption in your favorite media player in the most hassle-free way
possible.