Skip to content

Commit

Permalink
Merge pull request #9588 from hexagonrecursion/utf8
Browse files Browse the repository at this point in the history
Remove coding: utf-8
  • Loading branch information
pradyunsg authored Feb 27, 2021
2 parents 68e13c8 + cfd1251 commit 4b5b151
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions tests/data/packages/HackedEggInfo/setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from setuptools import setup
from setuptools.command import egg_info as orig_egg_info

Expand Down
2 changes: 0 additions & 2 deletions tests/data/packages/SetupPyUTF8/setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from distutils.core import setup

setup(name="SetupPyUTF8",
Expand Down
1 change: 0 additions & 1 deletion tests/data/src/prjwithdatafile/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from setuptools import setup

setup(
Expand Down

0 comments on commit 4b5b151

Please sign in to comment.