From: Karl O. Pinc Date: Thu, 28 Mar 2024 21:17:04 +0000 (-0500) Subject: Add keywords to the project for pypi X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=34790e53babb391aea26cde9d596e6eebf162dac;p=pgwui_bulk_upload Add keywords to the project for pypi --- diff --git a/pyproject.toml b/pyproject.toml index 376e315..22a2062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,15 +29,27 @@ authors = [{name = 'Karl O. Pinc', email = 'kop@karlpinc.com'}] urls = {'Home Page' = 'http://pgwui_bulk_upload.readthedocs.io/'} # What does your project relate to? 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', 'Postgres', 'Postgres user interface', 'Postgres web interface', 'PostgreSQL', 'Postgres front end', + 'transaction', 'upload', + 'validation', 'user interface', 'web', 'web front end'