diff options
| author | sienkiew <sienkiew@stsci.edu> | 2013-07-24 16:12:30 -0400 |
|---|---|---|
| committer | sienkiew <sienkiew@stsci.edu> | 2013-07-24 16:12:30 -0400 |
| commit | 9fe9d4ba2b169c5e6af671ce1890980981d9a4ca (patch) | |
| tree | 13f00c21d0a427ae87e2544a96020e6e59240536 /setup.cfg | |
| parent | 23a427c00ed8168c7116b8b7d09c63d271ca1a54 (diff) | |
| download | stwcs_hcf-9fe9d4ba2b169c5e6af671ce1890980981d9a4ca.tar.gz | |
bringing release changes back to trunk
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@25921 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ [metadata] name = stwcs +# version is the *next* version to be release, with .dev at the end if it is not final version = 1.1.1.dev author = Nadia Dencheva, Warren Hack author-email = help@stsci.edu @@ -13,7 +14,7 @@ classifier = Programming Language :: Python Topic :: Scientific/Engineering :: Astronomy Topic :: Software Development :: Libraries :: Python Modules -requires-python = >=2.5 +requires-python = >=2.6 requires-dist = stsci.tools pywcs |
