forked from mdboom/jwst_lib.models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (35 loc) · 894 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
36
37
[metadata]
name = jwst_lib.models
version = 1.0
author = STScI
author-email = [email protected]
home-page =
requires-python = >=2.6
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-dist =
d2to1
setuptools
stsci.distutils
astropy (>=0.3)
numpy (>=1.5.1)
pyasdf
[files]
packages =
jwst_lib
jwst_lib.models
jwst_lib.models.tests
package_data =
jwst_lib.models = schemas/*.schema.yaml
jwst_lib.models = metaschema/*.yaml
jwst_lib.models.tests = *.fits *.yaml
[global]
setup_hooks =
stsci.distutils.hooks.use_packages_root
stsci.distutils.hooks.tag_svn_revision
stsci.distutils.hooks.version_setup_hook