Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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