[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "conway"
version = "0.0.1"
authors = [
  { name="Tom Weber", email="tom@weber.codes" },
]
description = "A game of life implementation"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://git.weber.codes/tom/gameoflife"
"Bug Tracker" = "https://git.weber.codes/tom/gameoflife/issues"