mirror of
https://github.com/wassname/optlib.git
synced 2026-07-15 01:11:27 +08:00
Initial commit packaging GBS functions
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="optlib",
|
||||
version="0.0.1",
|
||||
description="A library to price financial options written in Python.",
|
||||
url="http://github.com/bartolomed/optlib",
|
||||
author="Davis Edwards & Daniel Rojas",
|
||||
packages=["optlib"],
|
||||
install_requires=["numpy", "scipy"],
|
||||
zip_safe=False
|
||||
)
|
||||
Reference in New Issue
Block a user