mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
* Mention python 3 support in setup.py * Build universal (py2 and py3 compatible) wheels * Mention Python 3.3+ support in docs * we work on python 3.6 too
12 lines
168 B
INI
12 lines
168 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[easy_install]
|
|
zip_ok = false
|
|
|
|
[nosetests]
|
|
nocapture=1
|
|
cover-package=certbot,acme,certbot_apache,certbot_nginx
|
|
cover-erase=1
|
|
cover-tests=1
|