forked from pool/python-pygraphviz
- Drop Python 3.6 support - Add Python 3.9 support - Require Graphviz 2.42+, (Graphviz 2.46+ recommended) - Improve installation process and documentation - Switch from nose to pytest - Remove old Python 2 code - AGraph.eq includes attribute comparison (PR #246) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=18
16 lines
446 B
Diff
16 lines
446 B
Diff
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -54,7 +54,7 @@ with open("pygraphviz/__init__.py") as f
|
|
break
|
|
|
|
packages = ["pygraphviz", "pygraphviz.tests"]
|
|
-docdirbase = f"share/doc/pygraphviz-{version}"
|
|
+docdirbase = f"share/doc/packages/pygraphviz-{version}"
|
|
data = [
|
|
(docdirbase, glob("*.txt")),
|
|
(os.path.join(docdirbase, "examples"), glob("examples/*.py")),
|