chg: Just added a dot

This commit is contained in:
Sayantan Santra 2025-04-18 02:26:25 -05:00
parent b9ba7fab7e
commit b01dc1f332
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from tempfile import TemporaryFile
def main():
parser = ArgumentParser(
prog="cambridge-core-merge",
description="A python script to merge books downloaded from Cambridge Core into a single PDF file",
description="A python script to merge books downloaded from Cambridge Core into a single PDF file.",
epilog="Copyright (C) 2025 Sayantan Santra",
)
parser.add_argument(

View file

@ -4,7 +4,7 @@ authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
license = "GPL-3.0-only"
classifiers = ["Programming Language :: Python :: 3"]
version = "0.1.0"
description = "A python script to merge books downloaded from Cambridge Core into a single PDF file"
description = "A python script to merge books downloaded from Cambridge Core into a single PDF file."
readme = "README.md"
keywords = ["script", "books", "merge", "pdf", "cambridge-core"]
requires-python = ">=3.8"