0.6.0 test

This commit is contained in:
Stephen Mildenhall
2025-03-12 15:43:54 +00:00
parent a943c6125c
commit 8416b5d22e
5 changed files with 185 additions and 134 deletions
+8 -2
View File
@@ -4,17 +4,23 @@ build-backend = "setuptools.build_meta"
[project]
name = "greater_tables"
description = "Perfect tables from pandas"
dynamic = ["version"]
description = "Perfect tables from pandas dataframes."
authors = [{name = "Stephen J Mildehall", email = "mynl@me.com" }]
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.10"
dependencies = ["pandas", "bs4"]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Topic :: Office/Business",
]
[tool.setuptools.dynamic]
version = { attr = "greater_tables.__version__" }
version = { attr = "greater_tables.__version__" }
[project.urls]
"Source Code" = "https://github.com/mynl/greater_tables_project"