Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
necusjz committed Dec 10, 2023
1 parent ad6928e commit 85ef8f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "splatbot"
version = "0.1.0"
description = "Automate drawing detailed plaza posts in Splatoon based on BlueZ, and optimize its efficiency by treating it as a Travelling Salesman Problem (TSP)."
description = "Automate plotting detailed posts in Splatoon wirelessly based on BlueZ, and optimize its efficiency by treating the process as a variant of Traveling Salesman Problem (TSP)."
readme = "README.md"
authors = [{name = "necusjz", email = "necusjz@gmail.com"}]
classifiers = [
Expand All @@ -14,6 +14,9 @@ classifiers = [
requires-python = ">=3.8"
dependencies = [
"click>=8.1.3",
"numpy>=1.23.2",
"nxbt>=0.1.4",
"Pillow>=9.2.0",
]

[project.scripts]
Expand All @@ -22,3 +25,6 @@ splatbot = "splatbot.cli:main"
[build-system]
requires = ["flit_core<4"]
build-backend = "flit_core.buildapi"

[tool.flit.module]
name = "splatbot"

0 comments on commit 85ef8f0

Please sign in to comment.