diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-09 12:23:42 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-09 12:23:42 -0500 |
commit | ff87b367dce059d04f3f1dc11000553a065f8f0f (patch) | |
tree | cac7ecfc0ff70c036c84e22acc8dc10279d22f06 /setup.py | |
parent | c2350cac243ba1ec1586fe85b0d62d1b700047a2 (diff) | |
download | hypervideo-pre-ff87b367dce059d04f3f1dc11000553a065f8f0f.tar.lz hypervideo-pre-ff87b367dce059d04f3f1dc11000553a065f8f0f.tar.xz hypervideo-pre-ff87b367dce059d04f3f1dc11000553a065f8f0f.zip |
brand
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -104,12 +104,12 @@ setup( version=__version__, description=DESCRIPTION, long_description=LONG_DESCRIPTION, - url='https://github.com/ytdl-org/youtube-dl', + url='https://git.conocimientoslibres.ga/software/hypervideo.git', author='Ricardo Garcia', author_email='ytdl@yt-dl.org', - maintainer='Sergey M.', - maintainer_email='dstftw@gmail.com', - license='Unlicense', + maintainer='Jesús E..', + maintainer_email='heckyel@hyperbola.info', + license='CC0-1.0', packages=[ 'youtube_dl', 'youtube_dl.extractor', 'youtube_dl.downloader', |