diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-03-21 14:49:42 +0100 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-03-21 09:49:42 -0400 |
commit | 1ae7cb68cd285fe822c84d8e3198aff9716cf4e8 (patch) | |
tree | 8b280f24b25c1f1d2b9e0478655d3fddbaf1468e /setup.cfg | |
parent | 993c4e4afc4274019bdb835b64191afeed6c13b7 (diff) | |
download | pyopenssl-git-1ae7cb68cd285fe822c84d8e3198aff9716cf4e8.tar.gz |
Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |