From 207a6e6eb9c2ca169c8b2d7412956f722d817d5e Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Oct 2018 16:39:41 -0500 Subject: [PATCH] Add validation keyword --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4ca2f6..d4f4833 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,8 @@ setup( # new features. Fix releases introduce fixes. version=version, - description='A web interface for bulk PostgreSQL upload.', + description=( + 'A web interface for bulk PostgreSQL data validation and upload.'), long_description=long_description, # The project's main homepage. @@ -115,10 +116,14 @@ setup( keywords=( 'batch', 'batch upload', + 'batch validation', 'bulk', 'bulk data upload', + 'bulk data validation', 'bulk upload', + 'bulk validation', 'data upload', + 'data validation', 'database front end', 'error reporting', 'interface', @@ -129,6 +134,7 @@ setup( 'Postgres front end', 'transaction', 'upload', + 'validation', 'user interface', 'web', 'web front end', -- 2.34.1