Skip to content

Commit

Permalink
Long desc is README.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Jan 31, 2024
1 parent f0ca632 commit 601ca29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ 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"},
{name = "Jeff VanSickle", email = "vjef@wharton.upenn.edu"},
]
license = {text = "BSD-3-Clause"}
readme = "README.rst"
readme = "README.md"
requires-python = ">=3.8"
keywords = ["wrds", "finance", "research", "crsp", "compustat"]
classifiers = [
Expand Down Expand Up @@ -49,4 +48,4 @@ dynamic = ["version"]
[project.urls]
"Homepage" = "http://wrds-www.wharton.upenn.edu"
"Repository" = "https://github.com/wharton/wrds"
"Documentation" = "https://github.com/wharton/wrds/blob/master/README.rst"
"Documentation" = "https://github.com/wharton/wrds/blob/master/README.md"

0 comments on commit 601ca29

Please sign in to comment.