1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

setup.py: Update project description

This commit is contained in:
Marc Bonnici 2021-04-15 11:11:24 +01:00 committed by setrofim
parent 3ab9d23a4a
commit 4941a7183a

View File

@ -74,7 +74,7 @@ with open("README.rst", "r") as fh:
params = dict(
name='devlib',
description='A framework for automating workload execution and measurment collection on ARM devices.',
description='A library for interacting with and instrumentation of remote devices.',
long_description=long_description,
version=__version__,
packages=packages,