intro-to-python/pyproject.toml

16 lines
373 B
TOML
Raw Normal View History

[tool.poetry]
name = "intro-to-python"
version = "0.1.0"
description = "An introduction to Python and programming for wanna-be data scientists"
authors = ["Alexander Hess <alexander@webartifex.biz>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"