Skip to content

Commit

Permalink
Move to client
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-gerald committed Feb 22, 2024
1 parent 60ff9e3 commit ef0a13c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
File renamed without changes.
File renamed without changes.
33 changes: 15 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[project]
name = "jklm-client" # Required
version = "0.0.0" # Required
description = "Python client for the party game JKLM.fun" # Optional
version = "0.0.0" # Required
description = "Python client for the party game JKLM.fun" # Optional
requires-python = ">=3.9"
license = {file = "LICENSE"}
keywords = [
"JKLM.fun", "game", "client", "python", "async", "websocket"
]
license = { file = "LICENSE" }
keywords = ["JKLM.fun", "game", "client", "python", "async", "websocket"]

authors = [
{name = "Joseph Gerald", email = "contact@jooo.tech" } # Optional
{ name = "Joseph Gerald", email = "contact@jooo.tech" }, # Optional
]

maintainers = [
{name = "Joseph Gerald", email = "contact@jooo.tech" } # Optional
{ name = "Joseph Gerald", email = "contact@jooo.tech" }, # Optional
]
classifiers = [ # Optional
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable

classifiers = [ # Optional
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable

"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand All @@ -30,10 +30,7 @@ classifiers = [ # Optional
"Programming Language :: Python :: 3.11",
]

dependencies = [
"nodriver",
"websocket_client",
]
dependencies = ["nodriver", "websocket_client"]

#
[project.urls]
Expand All @@ -43,7 +40,7 @@ dependencies = [


[tool.setuptools]
package-data = {"sample" = ["*.dat"]}
package-data = { "sample" = ["*.dat"] }

[build-system]
requires = ["setuptools>=43.0.0", "wheel"]
Expand Down

0 comments on commit ef0a13c

Please sign in to comment.