aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2020-08-05 17:21:45 -0700
committerCody Logan <clpo13@gmail.com>2020-08-05 17:22:41 -0700
commit52e72221bf65d118bc323866243f3fdbd2589c58 (patch)
tree52eda1955e56b2323b6988819cbf4dbc9a3e9136 /pyproject.toml
parente06712a3618f095dc47df9a39da63f4e916ec35a (diff)
downloadalphanum-52e72221bf65d118bc323866243f3fdbd2589c58.tar.gz
alphanum-52e72221bf65d118bc323866243f3fdbd2589c58.zip
Initialize gh-pages
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index 3e6f26e..0000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[tool.poetry]
-name = "alphanum"
-version = "0.2.0"
-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/alphanum"
-keywords = ['string', 'random', 'pseudo-random', 'generator']
-
-[tool.poetry.dependencies]
-python = "^3.5"
-
-[tool.poetry.dev-dependencies]
-pytest = "^6.0"
-
-[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"