Skip to content

Commit 3a323d2

Browse files
committed
fix setup.py classifiiers
1 parent d894654 commit 3a323d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ def _prepare_extras():
8888
# 3 - Alpha, 4 - Beta, 5 - Production/Stable
8989
'Development Status :: 4 - Beta',
9090
# Indicate who your project is intended for
91-
'Intended Audience :: Developers, Users',
92-
'License :: OSI Approved :: {torchserve_dashboard.__license__}',
91+
'Intended Audience :: Developers',
92+
'License :: OSI Approved :: {}'.format(
93+
torchserve_dashboard.__license__),
9394
'Operating System :: OS Independent',
9495
# Specify the Python versions you support here. In particular, ensure
9596
# that you indicate whether you support Python 2, Python 3 or both.

0 commit comments

Comments
 (0)