-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
39 lines (36 loc) · 1.06 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
[metadata]
name = fintoolsom
author = Oliver Mohr B.
author_email = [email protected]
version = attr: fintoolsom.__version__
description = Personal library for finantial calculations
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/oliverm91/fintoolsom
license_files = LICENSE
keywords = fixed income, dates, rates, curves
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Intended Audience :: Financial and Insurance Industry
Intended Audience :: Developers
Topic :: Office/Business :: Financial
Natural Language :: English
[options]
package_dir=
= src
exclude =
tests
packages=find:
python_requires = >=3.11
install_requires =
numpy >= 2.0, <3.0
pandas >= 2.0, <3.0
scipy == 1.14
holidays >= 0.58
numba
[options.packages.find]
where=src