mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
18 lines
545 B
TOML
18 lines
545 B
TOML
--- pyproject.toml.orig 2020-12-25 01:46:37 UTC
|
|
+++ pyproject.toml
|
|
@@ -8,15 +8,10 @@ build-backend = "pdm.pep517.api"
|
|
authors = [
|
|
{name = "Frost Ming", email = "mianghong@gmail.com"},
|
|
]
|
|
-dynamic = ["version", "classifiers"]
|
|
version = "0.3.2"
|
|
requires-python = ">=3.6"
|
|
license = {text = "BSD-3-Clause"}
|
|
dependencies = []
|
|
-dev-dependencies = [
|
|
- "pytest<7.0.0,>=6.1.1",
|
|
- "click<8.0.0,>=7.1.2",
|
|
-]
|
|
name = "pycomplete"
|
|
description = "A Python library to generate static completion scripts for your CLI app"
|
|
readme = "README.md"
|