summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorbsimon <bsimon@stsci.edu>2015-04-13 11:36:34 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-03 11:30:20 -0400
commite87bc0e5cd5fd14782c8aa896f65aef5daa99b4e (patch)
tree93033fb0d9432587972c5f875c174b591d800367 /setup.cfg
parent4b4206c1646e2d9fa5a4514d2958e1924292ab75 (diff)
downloadstsci.sphere-master.tar.gz
union and intersection operations now work on crossing polygonsHEADmaster
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci.sphere/trunk@39128 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 3bbe9a3ccef29562db908c51914882e59c73cdaa
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg39
1 files changed, 0 insertions, 39 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100755
index 4e6c70f..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,39 +0,0 @@
-[metadata]
-name = stsci.sphere
-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 =
- Intended Audience :: Science/Research
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Scientific/Engineering :: Astronomy
- Topic :: Software Development :: Libraries :: Python Modules
-requires-python = >=2.7
-
-[files]
-packages =
- stsci
- stsci.sphere
- stsci.sphere.test
-package_data =
- stsci.sphere.test = data/*
-
-[build_ext]
-pre-hook.numpy-extension-hook = stsci.distutils.hooks.numpy_extension_hook
-
-[extension=stsci.sphere.math_util]
-sources = src/math_util.c
-define_macros =
- NUMPY = 1
-include_dirs = numpy
-
-[global]
-setup_hooks =
- stsci.distutils.hooks.use_packages_root
- stsci.distutils.hooks.tag_svn_revision
- stsci.distutils.hooks.version_setup_hook
-