Skip to content

Commit

Permalink
Dependencies need to be in the pyproject toml now
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenBagTwo committed Apr 23, 2024
1 parent d77fcc1 commit ee2d8ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ build-backend = "setuptools.build_meta"
name = "foxnap_rpg"
description = "Resource pack generator for the FoxNap mod"
authors = [
{ name = "Gili \"OpenBagTwo\" Barlev" },
{ name = "Gili \"OpenBagTwo\" Barlev" },
]
readme = "README.md"
license = { file="LICENSE" }
license = { file = "LICENSE" }
requires-python = ">=3.10"
dynamic = ["version"]
dependencies = ["pillow", "ffmpeg-python"]

[project.urls]
"Homepage" = "https://github.com/OpenBagTwo/FoxNap/"
Expand Down

0 comments on commit ee2d8ad

Please sign in to comment.