summaryrefslogtreecommitdiff
path: root/devel/py-anytree/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-anytree/files/patch-pyproject.toml')
-rw-r--r--devel/py-anytree/files/patch-pyproject.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/py-anytree/files/patch-pyproject.toml b/devel/py-anytree/files/patch-pyproject.toml
deleted file mode 100644
index 9021e4fb2ef4..000000000000
--- a/devel/py-anytree/files/patch-pyproject.toml
+++ /dev/null
@@ -1,21 +0,0 @@
---- pyproject.toml.orig 2023-11-16 21:52:39 UTC
-+++ pyproject.toml
-@@ -1,9 +1,9 @@
--[tool.poetry]
-+[project]
- name = "anytree"
- version = "2.12.1"
- description = "Powerful and Lightweight Python Tree Data Structure with various plugins"
- authors = [
-- "c0fec0de <c0fec0de@gmail.com>"
-+ {name = "c0fec0de", email = "<c0fec0de@gmail.com>"}
- ]
- readme = "README.rst"
- license = "Apache-2.0"
-@@ -117,4 +117,4 @@ commands =
- poetry run coverage xml
- poetry run pylint anytree
- poetry run make html -C docs
--"""
-\ No newline at end of file
-+"""