Skip to content

Commit

Permalink
no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyan128 committed Jul 17, 2024
1 parent 99f14c6 commit e50b1b4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "minject"
description = "A small dependency injection library for Python."
classifiers=['Development Status :: 4 - Beta']
classifiers = ['Development Status :: 4 - Beta']
dynamic = ["version"]
authors = [{name = "Matt McHenry", email = "[email protected]"}, {name = "Alek Binion", email = "[email protected]"}, {name = "Service Framework Team", email = "[email protected]"}]
authors = [{ name = "Matt McHenry", email = "[email protected]" }, { name = "Alek Binion", email = "[email protected]" }, { name = "Service Framework Team", email = "[email protected]" }]
requires-python = ">=3.7"

dependencies = [
Expand Down Expand Up @@ -34,3 +34,8 @@ dependencies = [

[[tool.hatch.envs.hatch-test.matrix]]
python = ["3.7", "3.10"]

[envs.hatch-test.overrides]
matrix.deps.env-vars = [
{ key = "UV_PRERELEASE", value = "allow" },
]

0 comments on commit e50b1b4

Please sign in to comment.