Skip to content

Commit cfd1251

Browse files
Remove coding: utf-8
1 parent bbf8466 commit cfd1251

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)