-
-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
49 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,5 +29,5 @@ | |
__author__ = "Raffaello Bonghi <[email protected]>" | ||
# Version package | ||
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme | ||
__version__ = "2.1.0rc1" | ||
__version__ = "2.1.0" | ||
# EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,7 +142,7 @@ def run(self): | |
version=version, | ||
author="Raffaello Bonghi", | ||
author_email="[email protected]", | ||
description="Interactive system-monitor and process viewer for all NVIDIA Jetson [Nano, AGX Xavier, TX1, TX2]", | ||
description="Interactive system-monitor and process viewer for all NVIDIA Jetson [XavierNX, Nano, AGX Xavier, TX1, TX2]", | ||
license='AGPL-3.0', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
|
@@ -159,7 +159,7 @@ def run(self): | |
package_data={"jtop": ["jetson_variables"]}, | ||
# Define research keywords | ||
keywords=("jetson_stats jtop python system-monitor docker \ | ||
nvidia Jetson Nano Xavier TX2 TX1 process viewer" | ||
nvidia Jetson XavierNX Nano Xavier TX2 TX1 process viewer" | ||
), | ||
classifiers=["Development Status :: 5 - Production/Stable", | ||
# Audiencence and topics | ||
|