From 377ca8c1731e1a30a0e23e88dc4a022cf4b9332a Mon Sep 17 00:00:00 2001 From: D'Arcy J.M. Cain Date: Wed, 30 May 2001 02:04:49 +0000 Subject: Add missing comma. --- src/interfaces/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/python/setup.py') diff --git a/src/interfaces/python/setup.py b/src/interfaces/python/setup.py index 474808ec2a..79650522d8 100755 --- a/src/interfaces/python/setup.py +++ b/src/interfaces/python/setup.py @@ -50,7 +50,7 @@ setup (name = "PyGreSQL", include_dirs = include_dirs, library_dirs = library_dirs, libraries = optional_libs - )] + )], data_files = data_files ) -- cgit v1.2.3