17 lines
330 B
TOML
17 lines
330 B
TOML
[project]
|
|
name = "gotosocial"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "Mike Lynch", email = "m.lynch@sydney.edu.au" }
|
|
]
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"requests>=2.32.3",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|