From 50defc1b722607f2cff9c8868dc5597b422aecee Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Tue, 24 May 2016 09:40:47 -0600 Subject: [PATCH] Change PyDrive to DrivePy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edc788d..4b39528 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup( - name='PyDrive', + name='DrivePy', version='0.1.0', author='Joey Yakimowich-Payne', author_email='jyapayne@gmail.com',