mirror of
https://github.com/wassname/greater_tables_project.git
synced 2026-06-27 16:15:38 +08:00
14 lines
400 B
TOML
14 lines
400 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"] # Tools needed to build the package
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "greater_tables"
|
|
version = "1.0.0"
|
|
description = "Perfect tables from pandas"
|
|
authors = [{name = "Stephen J Mildehall", email = "mynl@me.com" }]
|
|
readme = "README.md"
|
|
license = { text = "BSD 3-Clause" }
|
|
requires-python = ">=3.10"
|
|
dependencies = ["pandas"]
|