File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
44setuptools .setup (
55 name = 'mkdocs-monorepo-plugin' ,
6- version = '1.0.4 ' ,
6+ version = '1.0.5 ' ,
77 description = 'Plugin for adding monorepository support in Mkdocs.' ,
88 long_description = """
99 This introduces support for the !include syntax in mkdocs.yml, allowing you to import additional Mkdocs navigation.
2121 'python-slugify>=4.0.1'
2222 ],
2323 classifiers = [
24- 'Development Status :: 4 - Beta ' ,
24+ 'Development Status :: 5 - Production/Stable ' ,
2525 'Intended Audience :: Developers' ,
2626 'Intended Audience :: Information Technology' ,
2727 'Programming Language :: Python' ,
2828 'Programming Language :: Python :: 3 :: Only' ,
29- 'Programming Language :: Python :: 3.7'
30- 'Programming Language :: Python :: 3.8'
31- 'Programming Language :: Python :: 3.9'
32- 'Programming Language :: Python :: 3.10'
29+ 'Programming Language :: Python :: 3.7' ,
30+ 'Programming Language :: Python :: 3.8' ,
31+ 'Programming Language :: Python :: 3.9' ,
32+ 'Programming Language :: Python :: 3.10' ,
3333 'Programming Language :: Python :: 3.11'
3434 ],
3535 packages = setuptools .find_packages (),
You can’t perform that action at this time.
0 commit comments