Skip to content

Commit 5bc0e09

Browse files
committed
Include license in PyProject. Finish switch to Setuptools SCM.
1 parent 8d5fd45 commit 5bc0e09

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

LICENSE

Lines changed: 0 additions & 7 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-scm", "wheel"]
2+
requires = ["setuptools>=67", "setuptools_scm>=7", "wheel"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools_scm]
6+
57
[project]
68
name = "wrds"
79
description = "Access WRDS data through PostgreSQL in Python."

0 commit comments

Comments
 (0)