aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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"