Skip to content

Commit ac367b7

Browse files
authored
Apply suggestions from code review
1 parent 8052b2a commit ac367b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer-guide/create-a-distribution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ In `setup.py`, always add the correct Trove classifiers:
3333

3434
```python
3535
"Framework :: Plone",
36-
"Framework :: Plone :: 6.0",
36+
"Framework :: Plone :: 6.1",
3737
"Framework :: Plone :: Distribution",
3838
```
3939

4040
and also require `plone.distribution` to be available:
4141

4242
```python
4343
install_requires=[
44-
"Plone",
44+
"Products.CMFPlone",
4545
"setuptools",
4646
"plone.distribution",
4747
],

0 commit comments

Comments
 (0)