From 2dcb92217de0c66d634c85535e204553e77c20d2 Mon Sep 17 00:00:00 2001 From: Tim Mahrt Date: Tue, 22 Mar 2016 12:21:21 +0100 Subject: [PATCH] BUGFIX: ASCII installation files with unicode caused PIP problems --- README.rst | 6 +++--- setup.py | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e4c0d14..df4dc7f 100644 --- a/README.rst +++ b/README.rst @@ -139,7 +139,7 @@ Acknowledgements Development of Pysle was possible thanks to NSF grant **IIS 07-03624** to Jennifer Cole and Mark Hasegawa-Johnson, NSF grant **BCS 12-51343** -to Jennifer Cole, José Hualde, and Caroline Smith, and -to the A*MIDEX project (n° **ANR-11-IDEX-0001-02**) to James Sneed German -funded by the Investissements d’Avenir French Government program, managed +to Jennifer Cole, José Hualde, and Caroline Smith, and +to the A*MIDEX project (n° **ANR-11-IDEX-0001-02**) to James Sneed German +funded by the Investissements d'Avenir French Government program, managed by the French National Research Agency (ANR). diff --git a/setup.py b/setup.py index 55127cb..c07082a 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python +# encoding: utf-8 ''' Created on Oct 15, 2014