From b01dc1f3323a0af4a3e2b9eab5a7a0637f689c67 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 18 Apr 2025 02:26:25 -0500 Subject: [PATCH] chg: Just added a dot --- cambridge_core_merge.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cambridge_core_merge.py b/cambridge_core_merge.py index f3c68e2..a0aefbc 100755 --- a/cambridge_core_merge.py +++ b/cambridge_core_merge.py @@ -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( diff --git a/pyproject.toml b/pyproject.toml index 48cda5b..309ce41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"