File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments