Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Feb 10, 2024
1 parent 0e57c2d commit c87c7f4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "python-hmr"
authors = [{name = "Mr-Milk", email = "[email protected]"}]
authors = [{name = "Mr-Milk", email = "[email protected]"}]
license = {file = "LICENSE"}
readme = "README.md"
classifiers = ["License :: OSI Approved :: MIT License"]
Expand All @@ -14,4 +14,10 @@ urls = {Home="https://github.com/mr-milk/python-hmr"}
dependencies = ["watchdog"]

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

[project.optional-dependencies]
dev = [
"pytest",
"ruff",
]

0 comments on commit c87c7f4

Please sign in to comment.