File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = ["hatchling", "hatch-vcs"]
1212
1313[project ]
1414name = " wordguess"
15- # You can chose to use dynamic versioning with hatch or static where you add it manually.
15+ # You can choose to use dynamic versioning with hatch or static where you add it manually.
1616# version = "2.0.0"
1717dynamic = [" version" ]
1818
@@ -28,7 +28,7 @@ requires-python = ">= 3.10" # Adjust based on the minimum version of Python that
2828readme = {"file" = " README.md" , "content-type" = " text/markdown" }
2929# Please consult https://pypi.org/classifiers/ for a full list.
3030classifiers = [
31- " Development Status :: 2 - Pre-Alpha " ,
31+ " Development Status :: 5 - Production/Stable " ,
3232 " Intended Audience :: Science/Research" ,
3333 " License :: OSI Approved :: MIT License" ,
3434 " Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments