From e50281ca9ba05efcf832e693be7e72ba3464ac99 Mon Sep 17 00:00:00 2001 From: embray Date: Thu, 7 Jul 2011 20:13:58 +0000 Subject: Forgot to update the other setup.cfgs when I change the version numbers in pydrizzle and stsci.tools. I ought to write a tool for managing this. However, if we start using zest.releaser to do our releases it should be easier to manage... git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13330 fe389314-cf27-0410-b35b-8c050e845b92 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 74e63b1..e3fb0bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ classifier = Topic :: Software Development :: Libraries :: Python Modules requires-python = >=2.5 requires-dist = - stsci.tools (==2.9) + stsci.tools (==3.0) pywcs (==1.10-4.7) [files] -- cgit