Skip to content

Commit

Permalink
Update the ford.yml and fpm.toml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Apr 22, 2024
1 parent 1eb94f7 commit 4e676d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions ford.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
project: ForTime
version: {!VERSION!}
version: 0.4.0
year: 2023-2024
project_github: https://github.com/gha3mi/fortime
author: Seyed Ali Ghasemi
email: info@gha3mi.com
github: https://github.com/gha3mi
license: BSD 3-Clause
src_dir: ./src
./test
./example
./test
output_dir: ./doc
source: true
incl_src: true
graph: true
coloured_edges: true
search: true
print_creation_date: true
sort: permission-alpha
display: public
private
protected
print_creation_date: true
favicon: ./media/logo.png
media_dir: ./media

{!README.md!}
4 changes: 2 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "fortime"
version = "VERSION"
version = "0.4.0"
license = "BSD 3-Clause License"
author = "Seyed Ali Ghasemi"
maintainer = "info@gha3mi.com"
copyright = "Copyright 2023-2024, Seyed Ali Ghasemi"
license = "LICENSE"


[dependencies]
Expand Down

0 comments on commit 4e676d9

Please sign in to comment.