FIX #9 adding python_requires to setup.py

This commit is contained in:
Julian Hammer
2018-01-24 09:11:21 +01:00
parent ca0b99d19d
commit 1222aa28d0

View File

@@ -90,6 +90,7 @@ setup(
'pandas',
'kerncraft',
],
python_requires='>=3.5',
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,