Skip to content

Commit

Permalink
remove legacy debugging code from setup.py (#5597)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 1, 2020
1 parent 2660f93 commit 96f2d96
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions setup.py
Expand Up @@ -10,20 +10,9 @@
import platform
import sys

import pkg_resources

import setuptools
from setuptools import find_packages, setup


if pkg_resources.parse_version(
setuptools.__version__
) < pkg_resources.parse_version("18.5"):
raise RuntimeError(
"cryptography requires setuptools 18.5 or newer, please upgrade to a "
"newer version of setuptools"
)

base_dir = os.path.dirname(__file__)
src_dir = os.path.join(base_dir, "src")

Expand Down

0 comments on commit 96f2d96

Please sign in to comment.