summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-08-14 11:33:53 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-08-14 11:33:53 +0200
commit3819044de11cc9f12b35f3f67abb4fd1699fcb1f (patch)
treec99bad13bef6660b5e5a511ebe7f92a5e11045b3 /pkgs/development/python-modules
parent8bff33a4ff6a65d1ecf2ba6c8e42f8a5878c2629 (diff)
parentb6153c8f9cce88d6a90e08e39ad0374435672026 (diff)
downloadnixlib-3819044de11cc9f12b35f3f67abb4fd1699fcb1f.tar
nixlib-3819044de11cc9f12b35f3f67abb4fd1699fcb1f.tar.gz
nixlib-3819044de11cc9f12b35f3f67abb4fd1699fcb1f.tar.bz2
nixlib-3819044de11cc9f12b35f3f67abb4fd1699fcb1f.tar.lz
nixlib-3819044de11cc9f12b35f3f67abb4fd1699fcb1f.tar.xz
nixlib-3819044de11cc9f12b35f3f67abb4fd1699fcb1f.tar.zst
nixlib-3819044de11cc9f12b35f3f67abb4fd1699fcb1f.zip
Merge #17430: python: add file encoding to run_setup.py
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/generic/run_setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/generic/run_setup.py b/pkgs/development/python-modules/generic/run_setup.py
index d980ac7d23d4..e3a530eb0cb6 100644
--- a/pkgs/development/python-modules/generic/run_setup.py
+++ b/pkgs/development/python-modules/generic/run_setup.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 import setuptools
 import tokenize