Skip to content

Commit e4f1d42

Browse files
committed
Update Python project configuration
1 parent 52b7eb7 commit e4f1d42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{name = "Yan Kuang"},
1212
]
1313
description = "Python Code"
14-
requires-python = ">=3.7"
14+
requires-python = ">=3.9"
1515
keywords = [ "python", "code" ]
1616
dependencies = [
1717
"pytest"
@@ -30,7 +30,8 @@ universal = true
3030

3131
[tool.setuptools]
3232
packages = [
33-
"Core"
33+
"Alpha",
34+
"Core",
3435
]
3536

3637
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)