chg: Just added a dot
This commit is contained in:
parent
b9ba7fab7e
commit
b01dc1f332
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from tempfile import TemporaryFile
|
||||||
def main():
|
def main():
|
||||||
parser = ArgumentParser(
|
parser = ArgumentParser(
|
||||||
prog="cambridge-core-merge",
|
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",
|
epilog="Copyright (C) 2025 Sayantan Santra",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
|
@ -4,7 +4,7 @@ authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
classifiers = ["Programming Language :: Python :: 3"]
|
classifiers = ["Programming Language :: Python :: 3"]
|
||||||
version = "0.1.0"
|
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"
|
readme = "README.md"
|
||||||
keywords = ["script", "books", "merge", "pdf", "cambridge-core"]
|
keywords = ["script", "books", "merge", "pdf", "cambridge-core"]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|
Loading…
Reference in a new issue