From c177e1c52dc2af7bbf8a172168631125a4bc66d0 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 21 Mar 2018 01:53:56 -0700 Subject: [PATCH] Update description in the package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8f6b7018f..26c6e730bb 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='dvc', version=VERSION, - description='Data Version Control makes your data science projects reproducible and shareable.', + description='Git for data scientists - manage your code and data together', author='Dmitry Petrov', author_email='dmitry@dataversioncontrol.com', url='https://github.com/dataversioncontrol/dvc.git',