diff options
| author | Fuwn <[email protected]> | 2022-03-23 01:21:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-23 01:21:26 -0700 |
| commit | ed05fdf034bf57c4e70e2c48c950c219aca69642 (patch) | |
| tree | d26ce225e5b68bfe364d42f152fa13f011b0399a /pyproject.toml | |
| parent | feat: 0.1.0 :star: (diff) | |
| download | sen-py-main.tar.xz sen-py-main.zip | |
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"] |