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",