Skip to content

Commit 98fee72

Browse files
committed
update setup.py
1 parent db82d42 commit 98fee72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.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.
@@ -21,15 +21,15 @@
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(),

0 commit comments

Comments
 (0)