commit | fb1f58e9725118d6149c9c9f186449c7184f44bc | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Fri Mar 04 15:19:13 2016 -0500 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Mon Mar 07 14:00:09 2016 -0500 |
tree | 96554de09322169df7482cbd485e055c0b8ca986 | |
parent | fb270c0b2a41bdfcac89bda022ec7a9b64eef0be [diff] [blame] |
Use pyobmc package No functional changes here. Just module/package namespace updates to use the pyobmc library. Removed code duplicated by pyobmc.
diff --git a/setup.py b/setup.py index bfbf3fc..7185072 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,5 @@ from distutils.core import setup -setup(name='OpenBMCMapper', +setup(name='phosphor-mapper', version='1.0', - py_modules=['OpenBMCMapper'], scripts=['phosphor-mapper'] )