You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. note that `somesy` does not support setuptools *dynamic fields*
194
-
2. `package.json` only supports one author, so `somesy` will pick the *first* listed author
195
-
3. `fpm.toml` only supports one author and maintainer, so `somesy` will pick the *first* listed author and maintainer
194
+
1. note that `somesy` does not support setuptools _dynamic fields_
195
+
2. `package.json` only supports one author, so `somesy` will pick the _first_ listed author
196
+
3. `fpm.toml` only supports one author and maintainer, so `somesy` will pick the _first_ listed author and maintainer
196
197
4. `pom.xml` has no concept of `maintainers`, but it can have multiple licenses (somesy only supports one main project license)
197
198
5. `mkdocs.yml` is a bit special, as it is not a project file, but a documentation file. `somesy` will only update it if it exists and is enabled in the configuration
198
-
6. unlike other targets, `somesy` will *re-create* the `codemeta.json` (i.e. do not edit it by hand!)
199
+
6. unlike other targets, `somesy` will _re-create_ the `codemeta.json` (i.e. do not edit it by hand!)
199
200
200
201
<!-- --8<-- [end:quickstart] -->
201
202
@@ -215,7 +216,6 @@ in the [repository](https://github.com/Materials-Data-Science-and-Informatics/so
215
216
We kindly thank all
216
217
[authors and contributors](https://materials-data-science-and-informatics.github.io/somesy/latest/credits).
0 commit comments