python: add file encoding spec to run_setup.py
Newer 'mutagen' versions have a test suite that trips over missing encoding in this file. The file is copied to source trees at build time with the name nix_run_setup.py.
This commit is contained in:
parent
5c7708e568
commit
b6153c8f9c
|
@ -1,3 +1,5 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import setuptools
|
import setuptools
|
||||||
import tokenize
|
import tokenize
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue