-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
51 lines (45 loc) · 1.1 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
[bumpversion]
current_version = 1.1.4
commit = True
tag = False
message = [skip ci] Bump version: {current_version} → {new_version}
[bumpversion:file:py/qsonic/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[metadata]
name = qsonic
version = attr: qsonic.__version__
author = Naim Goksel Karacayli
author_email = [email protected]
description = Quasar continuum fitter for DESI
long_description = file: README.rst
license = MIT
project_urls =
Bug Reports=https://github.com/p-slash/qsonic/issues
Documentation=http://qsonic.readthedocs.io/
Source=https://github.com/p-slash/qsonic
[options]
package_dir =
=py
packages = find_namespace:
python_requires = >=3.7
install_requires = file: requirements.txt
[options.packages.find]
where = py
[options.entry_points]
console_scripts =
qsonic-fit = qsonic.scripts.qsonic_fit:main
qsonic-calib = qsonic.scripts.qsonic_calib:main
qsonic-coadd = qsonic.scripts.qsonic_coadd_deltas:main
[options.extras_require]
dev =
pytest
flake8
bump2version
doc =
sphinx
sphinx-argparse
sphinx-rtd-theme
pub =
build
twine