Skip to content

Commit

Permalink
Merge pull request #139 from evgeni/setup.py-fixes
Browse files Browse the repository at this point in the history
Setup.py fixes
  • Loading branch information
sideangleside authored Dec 5, 2016
2 parents fc8cb2a + 393bf05 commit e8fa31b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include *.md
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

from distutils.core import setup

setup(name='Katello Client Bootstrap',
setup(name='katello-client-bootstrap',
version='1.2.0',
description='Bootstrap Script for migrating systems to Foreman & Katello',
author='Rich Jerrido',
author_email='rjerrido@outsidaz.org',
license='GPL-2',
url='https://github.com/Katello/katello-client-bootstrap',
packages=['bootstrap'],
scripts=['bootstrap.py'],
)

0 comments on commit e8fa31b

Please sign in to comment.