feat: add REST API for categories, game creation, and guessing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
c1f7ed44c1
commit
7c3a8f22cf
+1
-1
@@ -29,7 +29,7 @@ line-length = 88
|
||||
target-version = ["py313"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["handlers*"]
|
||||
include = ["handlers*", "models*", "game*"]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
version_scheme = "release-branch-semver"
|
||||
|
||||
Reference in New Issue
Block a user