We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e6aa7 commit 2df0381Copy full SHA for 2df0381
setup.py
@@ -1,11 +1,4 @@
1
-#!/usr/bin/env python
2
-try:
3
- from setuptools import setup, find_packages
4
-except ImportError:
5
- from ez_setup import use_setuptools # type: ignore[Pylance]
6
- use_setuptools()
7
8
-
+from setuptools import setup, find_packages
9
from setuptools.command.build_py import build_py as _build_py
10
from setuptools.command.sdist import sdist as _sdist
11
import fnmatch
0 commit comments