Skip to content

Commit 1aaa0da

Browse files
authored
chore(release): v0.1.1 (#4)
* Chore: deploy whl package (#3) * chore: add build package * chore: fix license from MIT to GPL Also, add classifiers to clarify the software usage on PyPI * chore: increase pyproject.toml version to 0.1.1
1 parent 0f69d14 commit 1aaa0da

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
[project]
22
name = "pyspark-ast-lineage"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Static analysis of Spark table lineage using AST"
55
authors = [
66
{ name = "Ricardo Espantaleón Pérez", email = "respantaleonp@outlook.es" },
77
]
8-
license = { text = "MIT" }
8+
9+
license = { text = "GPL-3.0-or-later" }
10+
11+
classifiers = [
12+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
13+
]
14+
915
readme = "README.md"
1016
requires-python = ">=3.9"
1117
dependencies = [
@@ -23,4 +29,5 @@ dev = [
2329
"pre-commit>=4.1.0",
2430
"pytest>=8.3.4",
2531
"ruff>=0.9.7",
32+
"build>=1.2.2.post1"
2633
]

0 commit comments

Comments
 (0)