diff --git a/README.md b/README.md index 28e31c63c..0408b29f8 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ It simulates the diffusion and trapping of hydrogen, coupled to heat transfer wi :point_right: [Documentation](https://festim.readthedocs.io/) -## Examples - -Examples can be found [here](https://github.com/RemDelaporteMathurin/FESTIM/tree/main/demos). +:point_right: [Examples](https://github.com/RemDelaporteMathurin/FESTIM/tree/main/demos). ## Installation diff --git a/pyproject.toml b/pyproject.toml index 9219ad808..742cd2797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,4 +8,4 @@ requires = [ build-backend = "setuptools.build_meta" [tool.setuptools_scm] -write_to = "FESTIM/_version.py" +write_to = "festim/_version.py" diff --git a/setup.cfg b/setup.cfg index 597fae23f..57de6f86a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 - License :: OSI Approved :: Apache-2.0 License + License :: OSI Approved :: Apache Software License Operating System :: OS Independent project_urls = Source = https://github.com/RemDelaporteMathurin/FESTIM