X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=setup.py;h=032a946069d0e7daf1e2c7096ac9592e228b965f;hp=8b013294588d86200391fc5cab5ce05ce90993dd;hb=4e2383e4c4af6e1e9d03d4aa33a0e9bc6e01d399;hpb=600ae9bbf6645834a00ce72baad30245d1693800 diff --git a/setup.py b/setup.py index 8b01329..032a946 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os def get_version(): with open('VERSION') as fd: - return fd.read() + return fd.read().strip() def get_long_description(): with open(os.path.join(