Skip to content

Commit

Permalink
Rename plone/meta to plone.meta
Browse files Browse the repository at this point in the history
Merge only after plone/meta#258 is merged.
  • Loading branch information
stevepiercy authored Feb 16, 2025
1 parent 2b144c8 commit 360bd80
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/developer-guide/standardize-python-project-configuration.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
myst:
html_meta:
"description": "Standardize project configuration in Plone with plone/meta"
"property=og:description": "Standardize project configuration in Plone with plone/meta"
"property=og:title": "Standardize project configuration in Plone with plone/meta"
"keywords": "Plone 6, standardize, project, configuration, development, plone/meta"
"description": "Standardize project configuration in Plone with plone.meta"
"property=og:description": "Standardize project configuration in Plone with plone.meta"
"property=og:title": "Standardize project configuration in Plone with plone.meta"
"keywords": "Plone 6, standardize, project, configuration, development, plone.meta"
---

# Standardize Python project configuration
Expand All @@ -19,10 +19,10 @@ It does not cover the following.

Plone consists of hundreds of projects.
To lessen the effort of configuring a new project in the Plone GitHub organization, and to keep these projects current with latest configuration practices, the Plone community agreed upon a trusted set of configuration items.
The Plone community manages these configuration items using the [`plone/meta`](https://github.com/plone/meta) project.
The Plone community manages these configuration items using the [`plone.meta`](https://github.com/plone/meta) project.

You can follow these practices in your own projects, or suggest new or alternative configuration items through the `plone/meta` repository, sharing them with the rest of the Plone community.
You can follow these practices in your own projects, or suggest new or alternative configuration items through the `plone.meta` repository, sharing them with the rest of the Plone community.

```{seealso}
See also [`plone/meta` documentation](https://github.com/plone/meta?tab=readme-ov-file#setup) for setup and usage.
```
```

0 comments on commit 360bd80

Please sign in to comment.