mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
* Move acme tests to tests/ directory outside of acme module * Fix call to messages_test in client_test * Move test_util.py and testdata/ into tests/ * Update manifest to package tests * Exclude pycache and .py[cod]
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
include LICENSE.txt
|
|
include README.rst
|
|
include pytest.ini
|
|
recursive-include docs *
|
|
recursive-include examples *
|
|
recursive-include tests *
|
|
global-exclude __pycache__
|
|
global-exclude *.py[cod]
|