diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ff68c34..40ae630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,13 @@ [tool.poetry] name = "alphanum" -version = "0.1.0" +version = "0.1.1" description = "Generates random alphanumeric strings." authors = ["Cody Logan <clpo13@gmail.com>"] +license = "MIT" +readme = "README.md" +homepage = "https://github.com/clpo13/alphanum" +repository = "https://github.com/clpo13/repository" +keywords = ['string', 'random', 'pseudo-random', 'generator'] [tool.poetry.dependencies] python = "^3.6" |
