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',