1
mirror of https://github.com/Yubico/python-fido2 synced 2024-11-09 00:52:59 +01:00
python-fido2/MANIFEST.in

13 lines
322 B
Plaintext
Raw Normal View History

2018-03-02 13:15:13 +01:00
include COPYING*
include README.adoc
2018-03-02 13:15:13 +01:00
include NEWS
include ChangeLog
2018-04-05 11:03:23 +02:00
include fido2/public_suffix_list.dat
2018-04-10 11:46:39 +02:00
include examples/*.py
include examples/server/*.py
2018-12-21 13:11:59 +01:00
include examples/server/README.adoc
include examples/server/Pipfile
include examples/server/Pipfile.lock
include examples/server/static/*
2018-06-30 01:03:45 +02:00
recursive-include test *.py