Skip to content

Commit 4b5b151

Browse files
authored
Merge pull request #9588 from hexagonrecursion/utf8
Remove coding: utf-8
2 parents 68e13c8 + cfd1251 commit 4b5b151

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

tests/data/packages/HackedEggInfo/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from setuptools import setup
42
from setuptools.command import egg_info as orig_egg_info
53

tests/data/packages/SetupPyUTF8/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from distutils.core import setup
42

53
setup(name="SetupPyUTF8",

tests/data/src/prjwithdatafile/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from setuptools import setup
32

43
setup(

0 commit comments

Comments
 (0)