-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = "[email protected]"}, | ||
{name = "Tim Allen", email = "[email protected]"}, | ||
{name = "Jeff VanSickle", email = "[email protected]"}, | ||
] | ||
license = {text = "BSD-3-Clause"} | ||
readme = "README.rst" | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
keywords = ["wrds", "finance", "research", "crsp", "compustat"] | ||
classifiers = [ | ||
|
@@ -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" |