mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
add author and version
This commit is contained in:
parent
b5e2ed1d46
commit
9ec1f81bd5
2 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,7 @@ from config import (
|
|||
OUTPUT_DIR,
|
||||
ANSI,
|
||||
TIMEOUT,
|
||||
GIT_SHA,
|
||||
)
|
||||
from util import (
|
||||
download_url,
|
||||
|
@ -30,6 +31,8 @@ from util import (
|
|||
pretty_path,
|
||||
)
|
||||
|
||||
__AUTHOR__ = 'Nick Sweeting <git@nicksweeting.com>'
|
||||
__VERSION__ = GIT_SHA
|
||||
__DESCRIPTION__ = 'Bookmark Archiver: Create a browsable html archive of a list of links.'
|
||||
__DOCUMENTATION__ = 'https://github.com/pirate/bookmark-archiver'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue