Skip to content

Commit

Permalink
Changing the package name to nflx-genie-client
Browse files Browse the repository at this point in the history
  • Loading branch information
tgianos committed Aug 22, 2014
1 parent 1c64563 commit 5048299
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ atlassian-ide-plugin.xml
######################################
temp/*

genie-client/src/main/python/genie_client.egg-info
genie-client/src/main/python/dist
genie-client/src/main/python/build
genie-client/src/main/python/build
genie-client/src/main/python/nflx_genie_client.egg-info
1 change: 1 addition & 0 deletions genie-client/src/main/python/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.1.0, 08/20/2014 -- Initial release.
0.1.1, 08/20/2014 -- Changes for testing.
0.1.2, 08/21/2014 -- Reorganizing code.
0.1.3, 08/21/2014 -- Renaming package to nflx-genie-client to match convention.
4 changes: 2 additions & 2 deletions genie-client/src/main/python/setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import setup

setup(
name='genie-client',
version='0.1.2',
name='nflx-genie-client',
version='0.1.3',
author='Netflix Inc.',
author_email='[email protected]',
packages=['genie2', 'genie2.client', 'genie2.exception', 'genie2.model'],
Expand Down

0 comments on commit 5048299

Please sign in to comment.