Help
All infos on this service are aggregated from PyPi, GitHub and co.
To make your Plone package look good, you can make sure that you defined the following PyPi classifieres.
For supported Plone versions:
"Framework :: Plone",
"Framework :: Plone :: 5.2",
"Framework :: Plone :: 6.0",
For supported Python versions:
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
set the right type of your package, choose one of this:
"Framework :: Plone :: Addon",
"Framework :: Plone :: Theme",
"Framework :: Plone :: Distribution",
"Framework :: Plone :: Core",
Please do not put "Distribution" or "Core" for normal add-on's, as it make filtering them later harder.
Only use "Core" for Plone core packages, which are comming with Plone be default.
Also make sure that you have well defined urls to GitHub, docs, homepage aso:
project_urls="{
"PyPI": "https://pypi.python.org/pypi/plone.pdfexport",
"Source": "https://github.com/plone/plone.pdfexport",
"Tracker": "https://github.com/plone/plone.pdfexport/issues",
'Documentation': 'https://plone.pdfexport.readthedocs.io/en/latest/',
}",