-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
53 lines (49 loc) · 1.27 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
[metadata]
name = healsparse
description = Sparse healpix maps and geometry library
long_description = file: long_description.md
long_description_content_type = text/markdown
author = Eli Rykoff, Javier Sanchez, and the Dark Energy Science Collaboration
url = https://github.com/lsstdesc/healsparse
author_email = erykoff@stanford.edu
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX :: Linux
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Programming Language :: C
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages = find:
python_requires = >=3.7
install_requires =
numpy
hpgeom>=1.2.0
astropy
zip_safe = True
[options.extras_require]
test =
pytest
flake8
parquet =
pyarrow>=5.0.0
test_with_healpy =
healpy
fitsio =
fitsio
[options.packages.find]
exclude =
tests
[flake8]
max-line-length = 110
ignore = E133, E226, E228, N802, N803, N806, N812, N815, N816, W504
exclude =
**/__init__.py,
docs,
build