forked from spacetelescope/stistools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
36 lines (32 loc) · 955 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[metadata]
name = stistools
version = 1.1
author = Paul Barrett, Phil Hodge
author-email = [email protected]
home-page = http://www.stsci.edu/resources/software_hardware/stsci_python
summary = Tools for STIS (Space Telescope Imaging Spectrograph)
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.6
requires-dist =
stsci.tools
numpy (>=1.5.1)
astropy (>=0.3.1)
scipy (>=0.14)
[files]
packages_root = lib
packages = stistools
data_files =
stistools/pars = lib/stistools/pars/*
[install_data]
pre-hook.glob-data-files = stsci.distutils.hooks.glob_data_files
[global]
setup_hooks =
stsci.distutils.hooks.use_packages_root
stsci.distutils.hooks.tag_svn_revision
stsci.distutils.hooks.version_setup_hook