summaryrefslogtreecommitdiff
path: root/math/py-networkx/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-networkx/files/patch-setup.py')
-rw-r--r--math/py-networkx/files/patch-setup.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/py-networkx/files/patch-setup.py b/math/py-networkx/files/patch-setup.py
index 0837b32a446a..1d28af3e2856 100644
--- a/math/py-networkx/files/patch-setup.py
+++ b/math/py-networkx/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2021-02-15 16:30:03 UTC
+--- setup.py.orig 2023-02-20 13:03:51 UTC
+++ setup.py
-@@ -64,36 +64,6 @@ packages = [
+@@ -92,36 +92,6 @@ packages = [
"networkx.utils",
]
@@ -34,12 +34,12 @@
-pp = os.path.join("examples", "javascript/force")
-data.append((dd, glob(os.path.join(pp, "*"))))
-
- # add the tests
+ # add the tests subpackage(s)
package_data = {
"networkx": ["tests/*.py"],
-@@ -169,7 +139,6 @@ if __name__ == "__main__":
- project_urls=release.project_urls,
- classifiers=release.classifiers,
+@@ -185,7 +155,6 @@ if __name__ == "__main__":
+ project_urls=project_urls,
+ classifiers=classifiers,
packages=packages,
- data_files=data,
package_data=package_data,