Skip to content

Commit d64914b

Browse files
authored
include license in build (#630)
Reguired for conda feedstock to work
1 parent 801e154 commit d64914b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "stats_can"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
description = "Read StatsCan data into python, mostly pandas dataframes"
55
authors = [{ name = "Ian Preston" }]
66
requires-python = ">=3.10,<4.0"
77
readme = "README.md"
88
license = "GPL-3.0-or-later"
9+
license-files = ["LICENSE"]
910
keywords = ["statistics", "Canada", "data", "API"]
1011
dependencies = ["requests", "tqdm", "pandas", "numpy", "pydantic>=2.9.2"]
1112

0 commit comments

Comments
 (0)