From e81dc098d5c00e4b26cef44b4dc3651097d57041 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 20 Jul 2017 23:39:58 +0800 Subject: Add missing requirement "reproject" Also works with Python 3.6 (basic tests at the moment) Signed-off-by: Aaron LI --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 254551a..63ef7b0 100755 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ setup( "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Astronomy", ], packages=find_packages(exclude=["docs", "tests"]), @@ -87,6 +88,7 @@ setup( "beautifulsoup4", "requests", "tornado", + "reproject", ], dependency_links=[ "git+https://github.com/astropy/regions.git", -- cgit v1.2.2