From 74e9b14e61209620591fc6621a95506465c831d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sun, 10 Nov 2019 15:11:10 +0100 Subject: [PATCH] Add missing arg to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 136726d..9f55e76 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,6 @@ setup( 'Operating System :: POSIX :: Linux', 'Environment :: Console', 'Topic :: Scientific/Engineering :: Astronomy' - ] + ], + python_requires='>=3.7' )