We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d894654 commit 3a323d2Copy full SHA for 3a323d2
setup.py
@@ -88,8 +88,9 @@ def _prepare_extras():
88
# 3 - Alpha, 4 - Beta, 5 - Production/Stable
89
'Development Status :: 4 - Beta',
90
# Indicate who your project is intended for
91
- 'Intended Audience :: Developers, Users',
92
- 'License :: OSI Approved :: {torchserve_dashboard.__license__}',
+ 'Intended Audience :: Developers',
+ 'License :: OSI Approved :: {}'.format(
93
+ torchserve_dashboard.__license__),
94
'Operating System :: OS Independent',
95
# Specify the Python versions you support here. In particular, ensure
96
# that you indicate whether you support Python 2, Python 3 or both.
0 commit comments