Add os_refresh_config package to setup.py

so that `os-refresh-config` works when pip-installed.
This commit is contained in:
Tim Miller 2013-02-14 10:41:51 -08:00
parent b56af9fee9
commit badc67cab2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ config = {
'author_email': 'clint@fewbar.com',
'url': 'http://github.com/tripleo/os-refresh-config',
'version': '0.2',
'packages': [],
'packages': ['os_refresh_config'],
'scripts': [],
'long_description': open('README.md', 'rb').read(),
'packages': ['os_refresh_config'],