summaryrefslogtreecommitdiff
path: root/graphics/py-graph-dot/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-graph-dot/files/patch-setup.py')
-rw-r--r--graphics/py-graph-dot/files/patch-setup.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/py-graph-dot/files/patch-setup.py b/graphics/py-graph-dot/files/patch-setup.py
deleted file mode 100644
index c6d20f03fc30..000000000000
--- a/graphics/py-graph-dot/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- setup.py.orig 2009-02-23 22:14:56.000000000 +0800
-+++ setup.py 2009-02-23 22:14:38.000000000 +0800
-@@ -37,8 +37,8 @@
- name = appname,
- version = appversion,
- packages = ['graph', 'graph.algorithms', 'graph.algorithms.filters', 'graph.algorithms.heuristics', 'graph.classes'],
-- data_files = [(docsdir,docsfiles),
-- (datadir,datafiles)],
-+# data_files = [(docsdir,docsfiles),
-+# (datadir,datafiles)],
- author = "Pedro Matiello",
- author_email = "pmatiello@gmail.com",
- description = "A library for working with graphs in Python",