diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-01-07 16:34:21 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-01-07 16:34:21 -0800 |
| commit | 99c468ebdfcf3020e5589907f8b4da8acd5836ec (patch) | |
| tree | e1758c7d2c1c1d763a4d8bc639a834a483f1a522 /pyproject.toml | |
| parent | c77d4fc27a7235f206e2ae771c47a57d6cc18df4 (diff) | |
| download | alphanum-0.1.1.tar.gz alphanum-0.1.1.zip | |
Update metadatav0.1.1
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" |
