Enforce Python 3.*.

This commit is contained in:
Nathan Baker
2020-05-21 10:29:45 -07:00
parent 17bad90dc4
commit fa4a547f1f

View File

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