From eb897d9ec8ab8b3c3e30b0d64cfc9ab8c827406f Mon Sep 17 00:00:00 2001 From: "Allen, Timothy" Date: Wed, 31 Jan 2024 15:25:22 -0500 Subject: [PATCH] Add long_description. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cf32f54..970411b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ write_to = "wrds/_version.py" [project] name = "wrds" description = "Access WRDS data through PostgreSQL in Python." +long_description = "WRDS-Py is a Python package for examining datasets on the WRDS platform, and extracting data to Pandas dataframes. A WRDS account is required." authors = [ {name = "Alex Malek", email = "amalek@wharton.upenn.edu"}, {name = "Tim Allen", email = "tallen@wharton.upenn.edu"},