From be3059dbe0c3bc3a9ce12c17e82b5cdac995dace Mon Sep 17 00:00:00 2001 From: Bryan Miller Date: Sun, 29 Sep 2019 17:10:23 -0700 Subject: [PATCH] Renamed --- pygoa/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pygoa/__init__.py b/pygoa/__init__.py index 2c5dc28..8ce906b 100644 --- a/pygoa/__init__.py +++ b/pygoa/__init__.py @@ -1 +1 @@ -name = "pygoa" \ No newline at end of file +name = "pygoa_gemini" \ No newline at end of file diff --git a/setup.py b/setup.py index 8b07d92..e44a29e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setuptools.setup( - name='pygoa', + name='pygoa-gemini', version='1.0.0', author="Bryan Miller", author_email="millerwbryan@gmail.com",