mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 14:44:36 +04:00
python-argcomplete: Add new package
From the README: Argcomplete provides easy, extensible command line tab completion of arguments for your Python application. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
6ff496d113
commit
b354a7edbe
@@ -0,0 +1,9 @@
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
-requires = ["setuptools>=67.7.2", "setuptools_scm[toml]>=6.2"]
|
||||
+requires = ["setuptools", "setuptools_scm[toml]>=6.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
Reference in New Issue
Block a user