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:
Bjørn Forsman 2016-08-01 20:53:31 +02:00
parent 5c7708e568
commit b6153c8f9c

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import setuptools
import tokenize