diff --git a/.gitignore b/.gitignore
index e4bf474de943329146db1eaadeb0b6c0613934bb..2ea7ab2e4607540aa0989208e1848c463b943645 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,6 @@
 /lib/
 /lib64/
 build/
+dist/
+*.egg-info/
 
diff --git a/setup.py b/setup.py
index 42e37292b3f6fb5f10212f344af7fde1057f47b1..cd39987ad2f307b400ec9c687fed4fb5bd59a6b1 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 
 setup(
     name='spotseeker_restclient',
-    version='0.1',
+    version='0.0.1',
     packages=['spotseeker_restclient'],
     include_package_data=True,
     install_requires = [
diff --git a/spotseeker_restclient.egg-info/PKG-INFO b/spotseeker_restclient.egg-info/PKG-INFO
deleted file mode 100644
index fd99de6fcae7094220cdf5c265012ca6f44ee8be..0000000000000000000000000000000000000000
--- a/spotseeker_restclient.egg-info/PKG-INFO
+++ /dev/null
@@ -1,45 +0,0 @@
-Metadata-Version: 1.0
-Name: spotseeker-restclient
-Version: 0.1
-Summary: A Django app for consuming the spotseeker REST API
-Home-page: UNKNOWN
-Author: UNKNOWN
-Author-email: UNKNOWN
-License: Apache License, Version 2.0
-Description: DoIT fork of [spotseeker_client](https://github.com/uw-it-aca/spotseeker_client)
-        by the University of Washington Information Technology's Academic Experience Design & Delivery group.
-        Major changes are from upstream project is this fork has been updated Python 3.x and Django 2.x.
-        
-        ### Requirement
-        * Python 3.6.x
-        * Django 2.x
-        
-        ### Development 
-        Install spotseeker_client as a Django module in [WiScout](https://git.doit.wisc.edu/andrew-summers/wiscout) Django app.
-        
-        * Clone WiScout to your machine.
-        
-        * Install spotseeker_server as an editable dependency.
-          
-        ```sh
-        # from wiscout
-        $ pipenv install -e /path/to/spotseeker_client
-        ```
-          
-        * Add spotseeker_client to `INSTALLED_APPS`
-          
-        ```py
-        # wiscout/settings.py
-        INSTALLED_APPS = [
-        ...
-        'spotseeker_restclient',
-        ....
-        ]
-        ```
-        
-        ### Run Unit Tests
-        ```py
-        # from wiscout 
-        $ python manage.py test spotseeker_restclient.test.spot
-        ```
-Platform: UNKNOWN
diff --git a/spotseeker_restclient.egg-info/SOURCES.txt b/spotseeker_restclient.egg-info/SOURCES.txt
deleted file mode 100644
index c56e2f3d100b788224eed4f4eadd35e7a1e9cd8e..0000000000000000000000000000000000000000
--- a/spotseeker_restclient.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-README.md
-setup.py
-/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/PKG-INFO
-/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/SOURCES.txt
-/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/dependency_links.txt
-/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/requires.txt
-/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/top_level.txt
-spotseeker_restclient/__init__.py
-spotseeker_restclient/admin.py
-spotseeker_restclient/cache_implementation.py
-spotseeker_restclient/cache_manager.py
-spotseeker_restclient/dao.py
-spotseeker_restclient/exceptions.py
-spotseeker_restclient/mock_http.py
-spotseeker_restclient/spotseeker.py
-spotseeker_restclient/tests.py
-spotseeker_restclient/views.py
-spotseeker_restclient.egg-info/PKG-INFO
-spotseeker_restclient.egg-info/SOURCES.txt
-spotseeker_restclient.egg-info/dependency_links.txt
-spotseeker_restclient.egg-info/requires.txt
-spotseeker_restclient.egg-info/top_level.txt
\ No newline at end of file
diff --git a/spotseeker_restclient.egg-info/dependency_links.txt b/spotseeker_restclient.egg-info/dependency_links.txt
deleted file mode 100644
index 8b137891791fe96927ad78e64b0aad7bded08bdc..0000000000000000000000000000000000000000
--- a/spotseeker_restclient.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/spotseeker_restclient.egg-info/requires.txt b/spotseeker_restclient.egg-info/requires.txt
deleted file mode 100644
index bdcaef7a8bb58bb9ac0ce760b1f54ab317931e43..0000000000000000000000000000000000000000
--- a/spotseeker_restclient.egg-info/requires.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-setuptools
-Django
-urllib3
-oauth2
-requests-oauthlib
-PermissionsLogging
diff --git a/spotseeker_restclient.egg-info/top_level.txt b/spotseeker_restclient.egg-info/top_level.txt
deleted file mode 100644
index db73674581fbe7ebd67fa025d3780e3c40bcf968..0000000000000000000000000000000000000000
--- a/spotseeker_restclient.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-spotseeker_restclient