diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index e70c6c7..60b646a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,11 +2,9 @@ name = "viewstate" version = "0.7.0" description = "ASP.NET View State Decoder" -authors = ["Yuval Adam <_@yuv.al>"] +authors = [{name = "Yuval Adam", email = "_@yuv.al"},] license = "MIT" readme = "README.rst" -homepage = "https://github.com/yuvadm/viewstate" -repository = "https://github.com/yuvadm/viewstate" requires-python = ">=3.8" dependencies = [] |
