1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Remove coding: utf-8

This commit is contained in:
Andrey Bienkowski 2021-02-10 13:30:13 +03:00
parent bbf8466088
commit cfd1251086
3 changed files with 0 additions and 5 deletions

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from setuptools import setup
from setuptools.command import egg_info as orig_egg_info

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from distutils.core import setup
setup(name="SetupPyUTF8",

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from setuptools import setup
setup(