Enhancement/Bugfix: Specify which files require Python 3.

This commit is contained in:
x10an14 2017-05-17 15:08:49 +02:00
parent e15fb80060
commit c2857b6f40
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ There's also two Python test-files in the `./tests` directory
* and `decoding_test.py`.
Both of which require the `toml` library to be importable (aka `import toml` to work).
Both also require Python 3 (due to using `print()`).