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:
@@ -1,3 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import setuptools
|
||||
import tokenize
|
||||
|
||||
|
||||
Reference in New Issue
Block a user