Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,24 +421,15 @@ time make example_python

---
project: fortplot
project_github: https://github.com/lazy-fortran/fortplot
project_website: https://lazy-fortran.github.io/fortplot/
summary: Fortran-native plotting library inspired by matplotlib
author: lazy-fortran contributors
author_description: Contributors to the fortplot project
github: https://github.com/lazy-fortran
website: https://lazy-fortran.github.io/fortplot/
page_dir: ./doc
media_dir: ./doc/media
example_dir: ./example/fortran
media_dir: ./media
src_dir: ./src
exclude_dir: ./build
exclude: fortplot_c_bindings.f90
fortplot_python.f90
extensions: f90
f95
f03
f08
source: true
graph: false
search: true
Expand Down
Loading