Skip to content

Commit

Permalink
Fix toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Shotwell committed Dec 19, 2023
1 parent c0d2a7a commit 447a5b8
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
Expand Up @@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
name = "shiny_validate"
version = "0.1"
dependencies = ["shiny >= 0.6.0", "numpy"]
authors = ["Gordon Shotwell" <[email protected]>, "Joe Cheng"]
authors = [{name = "Gordon Shotwell", email = "[email protected]"}]

[tool.setuptools]
packages = ["shiny_validate"]
include-package-data = true
zip-safe = false
zip-safe = false

0 comments on commit 447a5b8

Please sign in to comment.