Add MIT license

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
emfurst 2026-03-30 20:43:40 -04:00
commit a41f78545b
2 changed files with 22 additions and 0 deletions

View file

@ -3,6 +3,7 @@ name = "admin-analytics"
version = "0.1.0"
description = "University of Delaware administrative cost benchmarking"
requires-python = ">=3.11"
license = "MIT"
dependencies = [
"duckdb>=1.0",
"typer>=0.12",