Skip to content

Commit

Permalink
project urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Dec 17, 2024
1 parent 2fb3f6d commit 61b026c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ help: ## Display this help screen
deptry: install ## run deptry
@uv pip install deptry
@uv run deptry -vv pypfopt


.PHONY: jupyter
jupyter: install ## Run jupyter lab in the cookbook folder
@uv pip install jupyterlab nodejs
@uv run jupyter lab
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description = "Financial portfolio optimization in python"
license = "MIT"
authors = [{name="Robert Andrew Martin", email="martin.robertandrew@gmail.com"}]
readme = "README.md"
repository = "https://github.com/robertmartin8/PyPortfolioOpt"
documentation = "https://pyportfolioopt.readthedocs.io/en/latest/"
keywords= ["finance", "portfolio", "optimization", "quant", "investing"]
requires-python = ">=3.10"
classifiers=[
Expand Down Expand Up @@ -34,9 +32,11 @@ dependencies = [
"numpy"
]

#[tool.poetry.urls]
#"Issues" = "https://github.com/robertmartin8/PyPortfolioOpt/issues"
#"Personal website" = "https://reasonabledeviations.com"
[project.urls]
repository = "https://github.com/robertmartin8/PyPortfolioOpt"
documentation = "https://pyportfolioopt.readthedocs.io/en/latest/"
issues = "https://github.com/robertmartin8/PyPortfolioOpt/issues"
"Personal website" = "https://reasonabledeviations.com"

[project.optional-dependencies]
plot = ["matplotlib", "plotly"]
Expand Down

0 comments on commit 61b026c

Please sign in to comment.