From c4b9380754abc64c8c7e9e900412c98b07d060fc Mon Sep 17 00:00:00 2001 From: Navid Constantinou Date: Tue, 22 Dec 2020 09:25:23 +1100 Subject: [PATCH] update project description --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5d909c2e..cd0d36ea 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "2aec4490-903f-5c70-9b11-9bed06a700e1" keywords = ["julia", "PDE", "partial differential equations", "spectral methods"] license = "MIT" authors = ["Gregory L. Wagner ", "Navid C. Constantinou "] -description = "Tools for solving partial differential equations on periodic domains using Fourier-based pseudospectral methods." +description = "Tools for building fast, hackable, pseudospectral partial differential equation solvers on periodic domains." documentation = "https://fourierflows.github.io/FourierFlowsDocumentation/stable/" repository = "https://github.com/FourierFlows/FourierFlows.jl" version = "0.6.7"