Skip to content

Commit

Permalink
old way for dependencies is better
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Oct 17, 2022
1 parent 115b3d1 commit 403c71c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[project]
name = "trouting"
version = "0.3.1"
version = "0.3.2"
description = "Trouting (short for Type Routing) is a simple class decorator that allows to define multiple interfaces for a method that behave differently depending on input types."
authors = [
{name = "Luca Soldaini", email = "[email protected]" }
]
license = {text = "Apache-2.0"}
readme = "README.md"
requires-python = ">=3.8"
dynamic = ["dependencies"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
dependencies = [
"typing_extensions>=4.3.0"
]

[project.urls]
"Homepage" = "https://github.com/soldni/trouting"
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 403c71c

Please sign in to comment.