-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
50 lines (43 loc) · 1.46 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
[bumpversion]
current_version = 0.7.1
commit = True
tag = True
message = Bump version: {current_version} → {new_version} [skip ci]
[bumpversion:file:src/desi_y1_p1d/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[metadata]
name = desi_y1_p1d
version = attr: desi_y1_p1d.__version__
author = Naim Goksel Karacayli
author_email = [email protected]
description = DESI Y1 P1D related scripts and version control
license = MIT
[options]
package_dir =
=src
packages = find_namespace:
include_package_data = True
python_requires = >=3.7
install_requires = file: requirements.txt
[options.extras_require]
qsonic =
qsonic==1.0
[options.packages.find]
where = src
[options.package_data]
desi_y1_p1d =
configs/*
[options.entry_points]
console_scripts =
setup-ohio-chain = desi_y1_p1d.scripts.setup_p1d_chain:main
setup-desi-chain = desi_y1_p1d.scripts.setup_data_chain:main
get-qq-true-dla-catalog = desi_y1_p1d.true_dla_catalog:main
add-lyaforest-simspec = desi_y1_p1d.add_forest_simspec:main
get-deltas-simspec = desi_y1_p1d.get_deltas_from_simspec:main
get-deltas-coadd-pixsim = desi_y1_p1d.get_deltas_from_pixsim_coadd:main
histogramPixelsInDeltaFiles = desi_y1_p1d.hist_pixels_in_delta_files:main
generateFakeRawStatsFile = desi_y1_p1d.generate_raw_stats:main
newDLAcat-CNNcut = desi_y1_p1d.cnn_dla_confidence_cuts:main
qq-zcatalog = desi_y1_p1d.qq_zcatalog:main
fitAmplifierRegions = desi_y1_p1d.fit_amplifier_regions:main