From bf8a267ecca0ee5f5df237cefb8b22011e904056 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Mon, 1 Apr 2013 22:39:04 +0200 Subject: [PATCH] Fix up setup.py --- LICENSE.txt | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 8c0b6bb..00aa6b9 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,5 @@ -Copyright (c) 2013, Open Knowledge Foundation, Friedrich Lindenberg +Copyright (c) 2013, Open Knowledge Foundation, Friedrich Lindenberg, + Gregor Aisch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/setup.py b/setup.py index d8eff04..34dedc2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( "Programming Language :: Python", ], keywords='sql sqlalchemy etl loading utility', - author='Friedrich Lindenberg, Gregor Aisch, OKFN' + author='Friedrich Lindenberg, Gregor Aisch', author_email='info@okfn.org', url='http://github.com/pudo/dataset', license='MIT',