/
niceSOFT
/
python3-pyOpenSSL
Обзор
Документация
Войти
/
niceSOFT
/
python3-pyOpenSSL
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
21.0.0
setup.cfg
21 строка
514 B
Jeremy Lainé
Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)
21 мар 2018, 16:49
21 мар 2018, 16:49
1ae7cb6
Код
Авторство
О чём код?
[tool:pytest] minversion = 3.0.1 strict = true testpaths = tests [bdist_wheel] # We are a pure-Python project so a single wheel is enough. universal = 1 [metadata] # Ensure LICENSE is included in wheels. license_file = LICENSE # bdist_rpm settings contributed by Mihai Ibanescu <misa@redhat.com> # This is currently *not* actively tested. [bdist_rpm] release = 1 build-requires = openssl-devel python-devel python-sphinx group = Development/Libraries build_script = rpm/build_script doc-files = doc/_build/html