mirror of
https://github.com/certbot/certbot.git
synced 2026-02-24 18:31:56 -05:00
Part of #7593. * Refactor tests out of packaged module for apache plugin * Exclude pycache and .py[cod] * Change tests path in tox.ini
8 lines
299 B
Text
8 lines
299 B
Text
include LICENSE.txt
|
|
include README.rst
|
|
recursive-include tests *
|
|
include certbot_apache/_internal/centos-options-ssl-apache.conf
|
|
include certbot_apache/_internal/options-ssl-apache.conf
|
|
recursive-include certbot_apache/_internal/augeas_lens *.aug
|
|
global-exclude __pycache__
|
|
global-exclude *.py[cod]
|