Skip to content

Commit 16e7e34

Browse files
committed
Release version 0.9.0
1 parent 518e912 commit 16e7e34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ authors = [
1212
]
1313
description = "Pylasu is an AST Library in the StarLasu family, targeting the Python language."
1414
readme = "README.md"
15-
requires-python = ">=3.7"
15+
requires-python = ">=3.8"
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: Apache Software License",
1918
"Operating System :: OS Independent",
2019
]
21-
license = { file="LICENSE" }
20+
license = "Apache-2.0"
2221

2322
[project.urls]
2423
"Homepage" = "https://github.com/strumenta/pylasu"

0 commit comments

Comments
 (0)