diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-01 21:41:09 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-01 21:41:09 +0200 |
| commit | 697d18b102585d62b4296064a90665783cda53b8 (patch) | |
| tree | 2154e2c3dde75d3391f6652399f153a0f5bc6514 | |
| parent | d29624f18d4484c6a0ad8704f43ce88191b968f8 (diff) | |
Add homepage and repo in pyproject
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2b71bc5..e70c6c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ description = "ASP.NET View State Decoder" authors = ["Yuval Adam <_@yuv.al>"] license = "MIT" readme = "README.rst" +homepage = "https://github.com/yuvadm/viewstate" +repository = "https://github.com/yuvadm/viewstate" requires-python = ">=3.8" dependencies = [] |
