Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoodduck authored May 8, 2024
1 parent 2e798fd commit 78e21f3
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
[tool.rainbow]
name = "Rainbow Sense Hat"
version = "0.1.0"
description = "None"
authors = ["Konkov Viktor <[email protected]>"]
[build-system]
requires = "python >= 3.8"

[tool.rainbow.dependencies]
python = "^3.7"
[project]
name = "rainbow"
version = "1.0.0"

[dependencies]
sense_hat = "^4.1.0"

[tool.poetry.dependencies]
python = "^3.8"

[tool.poetry.dev-dependencies]

[build-system]
requires = "python >= 3.8"

0 comments on commit 78e21f3

Please sign in to comment.