diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-12 19:24:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-12 19:24:03 +0000 |
commit | cad64609b277e9ccbcfcf5b89c0a8a4be82089b9 (patch) | |
tree | 0c668450e3aca1a8cda385b3eacf2b368732e615 /graphics/py-graph-core/files/patch-setup.py | |
parent | adbd24370fb330ed3cd7d3e052e8a1fd80992809 (diff) |
Notes
Diffstat (limited to 'graphics/py-graph-core/files/patch-setup.py')
-rw-r--r-- | graphics/py-graph-core/files/patch-setup.py | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/graphics/py-graph-core/files/patch-setup.py b/graphics/py-graph-core/files/patch-setup.py index f537e9b349f5..c6d20f03fc30 100644 --- a/graphics/py-graph-core/files/patch-setup.py +++ b/graphics/py-graph-core/files/patch-setup.py @@ -1,15 +1,13 @@ ---- setup.py.orig 2008-10-28 21:22:57.000000000 +0800 -+++ setup.py 2008-10-28 21:23:17.000000000 +0800 -@@ -18,9 +18,9 @@ +--- 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'], -- data_files = [(docfolder, ['README','Changelog','COPYING']), -- (docfolder + docs, docfiles), -- ], -+# data_files = [(docfolder, ['README','Changelog','COPYING']), -+# (docfolder + docs, docfiles), -+# ], - - # metadata + 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", |