Skip to content

Commit 601ca29

Browse files
committed
Long desc is README.
1 parent f0ca632 commit 601ca29

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ write_to = "wrds/_version.py"
88
[project]
99
name = "wrds"
1010
description = "Access WRDS data through PostgreSQL in Python."
11-
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."
1211
authors = [
1312
{name = "Alex Malek", email = "amalek@wharton.upenn.edu"},
1413
{name = "Tim Allen", email = "tallen@wharton.upenn.edu"},
1514
{name = "Jeff VanSickle", email = "vjef@wharton.upenn.edu"},
1615
]
1716
license = {text = "BSD-3-Clause"}
18-
readme = "README.rst"
17+
readme = "README.md"
1918
requires-python = ">=3.8"
2019
keywords = ["wrds", "finance", "research", "crsp", "compustat"]
2120
classifiers = [
@@ -49,4 +48,4 @@ dynamic = ["version"]
4948
[project.urls]
5049
"Homepage" = "http://wrds-www.wharton.upenn.edu"
5150
"Repository" = "https://github.com/wharton/wrds"
52-
"Documentation" = "https://github.com/wharton/wrds/blob/master/README.rst"
51+
"Documentation" = "https://github.com/wharton/wrds/blob/master/README.md"

0 commit comments

Comments
 (0)