diff --git a/setup.py b/setup.py index 5385ed1..155a7ae 100644 --- a/setup.py +++ b/setup.py @@ -33,8 +33,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", ], - description="""Framework for deploying and evaluating novelty detection - algorithms for DARPA Sail-On.""", + description="""Framework for deploying and evaluating novelty detection algorithms for DARPA Sail-On.""", long_description=readme + "\n\n" + history, include_package_data=True, name="sail-on",