Files
task-69970ff6d6d3a5544a3def7a/pyproject.toml
T
RomanKurlygin 1d76529c51 fix: add runnable project files for ai-fluency task
Add a minimal Python CLI implementation with source code and dependency configuration so the repository can be validated by autograder requirements.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-28 11:25:03 +03:00

15 lines
343 B
TOML

[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ai-fluency-plan-tracker"
version = "0.1.0"
description = "Small CLI utility to track progress of AI Fluency plan."
readme = "README.md"
requires-python = ">=3.10"
dependencies = []
[tool.setuptools.packages.find]
where = ["src"]