forked from spacetelescope/imexam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
56 lines (45 loc) · 1.29 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[metadata]
name = imexam
# version is the *next* version to be release, with .dev at the end if it is not final
version = 0.1.dev
summary = A package to help perform image examination through a viewing tool, like DS9, which uses XPA
description-file =
README.rst
author = Megan Sosey
author-email = [email protected]
classifier =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
# Add this if your project supports Python 3
#Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Astronomy
Topic :: Software Development :: Libraries :: Python Modules
requires-python = >=2.6
requires-dist =
stsci.tools
numpy (>=1.6.0)
pyfits (>=3.1.1,<=3.1.99)
photutils
scipy
[files]
packages = imexam
package_data=
imexam = htmlhelp/*.html htmlhelp/_images/* htmlhelp/_sources/*
htmlhelp/_static/* htmlhelp/*.py
modules=xpa
modules=htmlhelp
[global]
setup_hooks =
stsci.distutils.hooks.use_packages_root
stsci.distutils.hooks.version_setup_hook
[easy_install]
find-links = http://stsdas.stsci.edu/download/packages
[build_sphinx]
source-dir = docs/source
build-dir = docs/build
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1