diff --git a/README.rst b/README.rst index 7e09b63..73c88b6 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,10 @@ Fortuno – flextensible unit testing framework for Fortran ********************************************************* + This repository is automatically deployed from the `Fortuno repository + `_. Please direct any pull requests, + issues, or other contributions to the primary repository. + **Fortuno** (Fortran Unit Testing Objects) is a flexible & extensible, object-oriented unit testing framework designed for the Fortran programming language. It emphasizes ease of use by minimizing boiler plate code when writing @@ -9,11 +13,10 @@ tests, while also prioratizing modularity and extensibility. Fortuno provides the essential building blocks to help developers create customized unit testing solutions. -This repository is an automatically deployed version of the `Fortuno repository -`_ for projects built using the -`Fortran package manager (fpm) `_. For projects -built with other systems like `CMake `_ or `Meson -`_, you should refer to the `main Fortuno repository +This repository is an automatically deployed version for projects built using +the `Fortran package manager (fpm) `_. For +projects built with other systems like `CMake `_ or `Meson +`_, you should refer to the `primary Fortuno repository `_. If your project uses fpm, simply add one (and only one) of the following diff --git a/test/export/serial/fpm.toml b/test/export/serial/fpm.toml index a306c72..4ea52b5 100644 --- a/test/export/serial/fpm.toml +++ b/test/export/serial/fpm.toml @@ -1,4 +1,4 @@ -name = "fortuno-test-export" +name = "fortuno-export-test" version = "0.0.0" license = "BSD-2-Clause-Patent" author = "Fortuno authors"