Skip to content

Commit 9a79676

Browse files
Merge pull request #765 from mwtoews/rm-default-coding-in-py-template
Remove default "coding: utf-8" in .py template
2 parents c4d3700 + b0fa1f9 commit 9a79676

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/setuptools_scm/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
TEMPLATES = {
3838
".py": """\
39-
# coding: utf-8
4039
# file generated by setuptools_scm
4140
# don't change, don't track in version control
4241
__version__ = version = {version!r}

0 commit comments

Comments
 (0)