-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
47 lines (43 loc) · 1.25 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
# #############################################################################
# setup.cfg
# =========
# Author : Sepand KASHANI [[email protected]]
# #############################################################################
[metadata]
name = ImoT_tools
summary = Collection of useful tools common to ImagingOfThings projects.
long_description = file:README.rst
long_description_content_type = text/x-rst; charset=UTF-8
author = Sepand KASHANI
author_email = [email protected]
url = https://github.com/imagingofthings/ImoT_tools
download_url = https://github.com/imagingofthings/ImoT_tools
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering
license = BSD
[files]
packages =
imot_tools
[options]
include_package_data = True
python_requires = >=3.6
zip_safe = False
install_requires =
astropy >= 3.0
healpy >= 1.12
matplotlib >= 3.0
numpy >= 1.10
pandas >= 0.20
pyproj >= 1.9
scipy >= 1.0
tqdm >= 4.0
[build_sphinx]
build-dir = build
source-dir = doc
builder = html
warning-is-error = True