Initial import of NLProg
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "nlprog"
|
||||
version = "0.1.0"
|
||||
description = "A terminal-first natural language programming assistant with pluggable LLM providers."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = []
|
||||
|
||||
[project.scripts]
|
||||
nlprog = "nlprog.cli:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=68"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools.package-dir]
|
||||
"" = "src"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
Reference in New Issue
Block a user