-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
50 lines (48 loc) · 1.44 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
[metadata]
name = ysphotutilpy
version = 0.2.dev
description = Convenience utilities made by ysBach especially for photometry
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/ysBach/ysphotutilpy
author = Yoonsoo P. Bach
author_email = [email protected],
license = BSD 3-clause
license_file = LICENSE
keywords = astronomy, data reduction, image analysis
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Education
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Image Processing
project_urls =
Source = https://github.com/ysBach/ysphotutilpy
Tracker = https://github.com/ysBach/ysphotutilpy/issues
[options]
packages = find:
python_requires = >=3.8
install_requires =
numpy >= 1.20 # following astropy 5.2
scipy >= 1.5 # following astropy 5.2
astropy >= 5.0
photutils >= 1.6
ccdproc >= 2.0
pandas >= 1.0
bottleneck
astroscrappy >= 1.1.0
astroquery
zip_safe = False
platforms = any
include_package_data = True
setup_requires =
setuptools_scm
[options.package_data]
* = *.md