Skip to content

Commit

Permalink
Remove coding: utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion committed Feb 10, 2021
1 parent bbf8466 commit cfd1251
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 cfd1251

Please sign in to comment.