diff options
Diffstat (limited to 'setup.cfg')
-rwxr-xr-x | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ [metadata] name = stsci.sphere -version = 0.1 +version = 0.2 author = Michael Droettboom author-email = help@stsci.edu summary = Python based tools for spherical geometry home-page = http://www.stsci.edu/resources/software_hardware/stsci_python -classifier = +classifier = Intended Audience :: Science/Research License :: OSI Approved :: BSD License Operating System :: OS Independent @@ -32,7 +32,7 @@ define_macros = include_dirs = numpy [global] -setup_hooks = +setup_hooks = stsci.distutils.hooks.use_packages_root stsci.distutils.hooks.tag_svn_revision stsci.distutils.hooks.version_setup_hook |