Skip to content

Commit 1a2d80c

Browse files
fix: 🐛 fix setup.py classifiers
1 parent fc60275 commit 1a2d80c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.13.0a2.dev0"
1+
version = "0.13.0a2"

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ def local_scheme(version):
2929
license="MIT",
3030
classifiers=[
3131
"Development Status :: 3 - Alpha",
32-
"Intended Audience :: DevOps / Network Engineers",
33-
"Topic :: Automation Development :: Aruba Edge Connect",
32+
"Intended Audience :: Information Technology",
33+
"Intended Audience :: System Administrators",
34+
"Intended Audience :: Telecommunications Industry"
35+
"Topic :: System :: Networking",
3436
"License :: OSI Approved :: MIT License",
3537
"Programming Language :: Python :: 3",
3638
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)