diff options
-rw-r--r-- | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ run_rebrand() # Set current version sed -i "s|__version.*|__version__ = '${VERSION}'|" hypervideo_dl/version.py + + # Set license + sed -i "s|UNLICENSE|CC0-1.0|" docs/conf.py } run_clean() |