-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathsetup.cfg
More file actions
53 lines (49 loc) · 1.27 KB
/
setup.cfg
File metadata and controls
53 lines (49 loc) · 1.27 KB
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 = fiberassign
version = attr: fiberassign.__version__
author = DESI Collaboration
author_email = [email protected]
license = BSD-3-Clause
license_files = LICENSE.rst
url = https://github.com/desihub/specex
description = DESI Fiber Assignment Tools
long_description = file: README.rst
long_description_content_type = text/x-rst
edit_on_github = True
github_project = desihub/fiberassign
; classifiers =
; Development Status :: 5 - Production/Stable
; Environment :: Console
; Intended Audience :: Science/Research
; Operating System :: OS Independent
; Programming Language :: Python :: 3
; Topic :: Scientific/Engineering :: Astronomy
; Topic :: System :: Software Distribution
; Topic :: Utilities
[options]
zip_safe = False
package_dir =
=py
# find_namespace avoids a warning about data directories when building packages.
packages = find_namespace:
include_package_data = True
python_requires = >=3.10
# setup_requires = setuptools_scm
install_requires =
numpy
pyyaml
scipy
matplotlib
astropy
fitsio
desiutil
; desitarget
; scripts =
; bin/desi_fa_smallrun
[options.package_data]
fiberassign = data/*
[options.packages.find]
where = py
exclude = .github/*
[tool:pytest]
norecursedirs = bin doc etc old src