mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
13 lines
639 B
Python
13 lines
639 B
Python
--- 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",
|