Rename "Tests" directory for consistency.

This commit is contained in:
Nathan Baker
2020-05-21 10:39:08 -07:00
parent fa4a547f1f
commit 393f5cee50
18 changed files with 1 additions and 1 deletions

View File

@@ -57,5 +57,5 @@ See http://propka.org/ for the PROPKA web server.
}, },
zip_safe=True, zip_safe=True,
python_requires='>=3', python_requires='>=3',
test_suite="Tests", test_suite="tests",
) )