diff --git a/setup.py b/setup.py index 0f8a1b9..b9a2f0c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( description=( "A command line application and Python library for generating binary numbers for " "a human to decode, as well as generating the integers they represent, to check " - "the human's work." + "the human's work. Also optionally outputs to PDF." ), long_description=long_description, packages=find_packages(),