aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2020-01-07 16:34:21 -0800
committerCody Logan <clpo13@gmail.com>2020-01-07 16:34:21 -0800
commit99c468ebdfcf3020e5589907f8b4da8acd5836ec (patch)
treee1758c7d2c1c1d763a4d8bc639a834a483f1a522
parentc77d4fc27a7235f206e2ae771c47a57d6cc18df4 (diff)
downloadalphanum-0.1.1.tar.gz
alphanum-0.1.1.zip
Update metadatav0.1.1
-rw-r--r--pyproject.toml7
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"