diff options
author | D'Arcy J.M. Cain | 2001-05-30 02:04:49 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain | 2001-05-30 02:04:49 +0000 |
commit | 377ca8c1731e1a30a0e23e88dc4a022cf4b9332a (patch) | |
tree | 98bfc27d53b6aa950cfd514ec5a08c2e8da970cb | |
parent | 64aed299bfe3a7b5061246a9d2acfa88fe3df508 (diff) |
Add missing comma.
-rwxr-xr-x | src/interfaces/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |