15 lines
295 B
TOML
15 lines
295 B
TOML
[tool.poetry]
|
|
name = "mock-the-python"
|
|
version = "0.1.0"
|
|
description = "Yet another mocking library"
|
|
authors = ["Jeff <jeff.m.lieb@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|