[project]
name = "s3-tools"
version = "0.1.0"
description = "AWS S3 bucket management tools"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mcp>=1.3.0",
"boto3>=1.34.0",
]
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[project.scripts]
s3-tools = "s3_tools:main"