15 lines
428 B
TOML
15 lines
428 B
TOML
[build-system]
|
|
requires = ["flit_core >=3.2,<4"]
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
[project]
|
|
name = "hellocomputer"
|
|
authors = [{name = "Guillem Borrell", email = "guillemborrell@gmail.com"}]
|
|
readme = "README.md"
|
|
license = {file = "LICENSE"}
|
|
classifiers = ["License :: OSI Approved :: Apache Software License"]
|
|
dynamic = ["version", "description"]
|
|
|
|
[project.urls]
|
|
Home = "https://git.guillemborrell.es/guillem/hellocomputer"
|