Skip to content

Commit d894654

Browse files
committed
fix license info
1 parent 6a9600b commit d894654

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ def _prepare_extras():
8989
'Development Status :: 4 - Beta',
9090
# Indicate who your project is intended for
9191
'Intended Audience :: Developers, Users',
92-
'License :: OSI Approved :: {} License'.format(
93-
torchserve_dashboard.__license__),
92+
'License :: OSI Approved :: {torchserve_dashboard.__license__}',
9493
'Operating System :: OS Independent',
9594
# Specify the Python versions you support here. In particular, ensure
9695
# that you indicate whether you support Python 2, Python 3 or both.

torchserve_dashboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__author_name__ = 'Ceyda Cinarel'
99
__author_email__ = '[email protected]'
10-
__license__ = 'LICENSE'
10+
__license__ = 'Apache Software License'
1111
__copyright__ = f'Copyright (c) 2020-{date.today().year}, {__author_name__}.'
1212
__homepage__ = 'https://github.com/cceyda'
1313
__download_url__ = 'https://github.com/cceyda/torchserve-dashboard'

0 commit comments

Comments
 (0)