We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518e912 commit 16e7e34Copy full SHA for 16e7e34
pyproject.toml
@@ -12,13 +12,12 @@ authors = [
12
]
13
description = "Pylasu is an AST Library in the StarLasu family, targeting the Python language."
14
readme = "README.md"
15
-requires-python = ">=3.7"
+requires-python = ">=3.8"
16
classifiers = [
17
"Programming Language :: Python :: 3",
18
- "License :: OSI Approved :: Apache Software License",
19
"Operating System :: OS Independent",
20
21
-license = { file="LICENSE" }
+license = "Apache-2.0"
22
23
[project.urls]
24
"Homepage" = "https://github.com/strumenta/pylasu"
0 commit comments