Fix up setup.py

This commit is contained in:
Friedrich Lindenberg 2013-04-01 22:39:04 +02:00
parent 6ee58e850d
commit bf8a267ecc
2 changed files with 3 additions and 2 deletions

View File

@ -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 Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the copy of this software and associated documentation files (the

View File

@ -13,7 +13,7 @@ setup(
"Programming Language :: Python", "Programming Language :: Python",
], ],
keywords='sql sqlalchemy etl loading utility', keywords='sql sqlalchemy etl loading utility',
author='Friedrich Lindenberg, Gregor Aisch, OKFN' author='Friedrich Lindenberg, Gregor Aisch',
author_email='info@okfn.org', author_email='info@okfn.org',
url='http://github.com/pudo/dataset', url='http://github.com/pudo/dataset',
license='MIT', license='MIT',