Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-gerald authored Feb 21, 2025
1 parent 3a5c036 commit 821898e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "jklm-client" # Required
name = "jklm" # Required
version = "1.0.3" # Required
readme = "README.md"
description = "Python client for the party game JKLM.fun" # Optional
Expand Down Expand Up @@ -48,4 +48,4 @@ requires = ["setuptools>=43.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
include = ["jklm"]
include = ["jklm"]

0 comments on commit 821898e

Please sign in to comment.