You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
557 B
22 lines
557 B
[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" |