Skip to content

Commit 4017aff

Browse files
committed
Standardising setup.py
1 parent f1427af commit 4017aff

9 files changed

Lines changed: 40 additions & 494 deletions

File tree

FinancePyManual.pdf

-2.13 MB
Binary file not shown.

__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__version__ = "1.0.0"
2+
3+
4+
def version():
5+
return __version__

financepy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "1.0.0"

financepy/__init__.template

Lines changed: 0 additions & 8 deletions
This file was deleted.

financepy/utils/polyfit copy.py

Lines changed: 0 additions & 91 deletions
This file was deleted.

financepy/utils/polyfit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
from __future__ import annotations
77
import os
8-
import numpy as np
98
from typing import Callable, Optional
9+
import numpy as np
1010

1111
# --------------------------------------------------------------------
1212
# Config: default OFF for fastest package import

0 commit comments

Comments
 (0)