Skip to content

Commit

Permalink
Include license in PyProject. Finish switch to Setuptools SCM.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Feb 17, 2023
1 parent 8d5fd45 commit 5bc0e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 0 additions & 7 deletions LICENSE

This file was deleted.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[build-system]
requires = ["setuptools", "setuptools-scm", "wheel"]
requires = ["setuptools>=67", "setuptools_scm>=7", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

[project]
name = "wrds"
description = "Access WRDS data through PostgreSQL in Python."
Expand Down

0 comments on commit 5bc0e09

Please sign in to comment.