diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index a6d48d3..7c0a8fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [tool.poetry] -name = "sen-py" -version = "0.1.0" +name = "senpy-club" +version = "0.1.1" description = "The Senpy Club API Wrapper for Python" authors = ["Fuwn <[email protected]>"] license = "GPL-3.0-only" -readme = "README.rst" +readme = "README.md" repository = "https://github.com/senpy-club/sen-py" keywords = ["rust", "anime", "senpy", "senpy-club"] |