From 1ae7cb68cd285fe822c84d8e3198aff9716cf4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Wed, 21 Mar 2018 14:49:42 +0100 Subject: Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742) --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index c22cb95..138d91c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,11 +3,6 @@ minversion = 3.0.1 strict = true testpaths = tests -[sdist] -# Forcibly regenerate the manifest on Python 2.6. This is default behavior on -# 2.7+ making this option deprecated. This should be removed once we drop 2.6. -force_manifest = 1 - [bdist_wheel] # We are a pure-Python project so a single wheel is enough. universal = 1 -- cgit v1.2.1