-
Notifications
You must be signed in to change notification settings - Fork 20
/
setup.cfg
47 lines (44 loc) · 1.09 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
[metadata]
name = exp4-agepy
version = attr: agepy.__version__
author = Adrian Peter Krone
author_email = [email protected]
description = Python package of Arbeitsgruppe Ehresmann
long_description = file: README.rst
long_description_content_type = text/x-rst
license = "MIT"
license_files = file: LICENSE
project_urls =
docs=https://exp4-agepy.readthedocs.io/en/latest/,
GitHub=https://github.com/exp4-age/agepy
classifiers =
Programming Language :: Python :: 3
Development Status :: 3 - Alpha
Intended Audience :: Education
Intended Audience :: Science/Research
[options]
package_dir=
=src
packages = find:
include_package_data = True
python_requires = >=3.9
install_requires =
matplotlib >= 3.7
numpy >= 1.21
scipy >= 1.11
h5py
pandas
PyQt6
iminuit
numba-stats
jacobi
jax
resample
lmfit
#[options.entry_points]
#console_scripts =
# cli-name = mypkg.mymodule:some_func
#gui_scripts =
# hello-world = agepy.something:hello_world
[options.packages.find]
where = src