Skip to content

Commit

Permalink
Merge pull request #133 from ehelms/add-setup
Browse files Browse the repository at this point in the history
Add setup.py
  • Loading branch information
sideangleside authored Nov 21, 2016
2 parents 0c30109 + 1f98abb commit acf9f8e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env python

from distutils.core import setup

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',
url='https://github.com/Katello/katello-client-bootstrap',
packages=['bootstrap'],
)

0 comments on commit acf9f8e

Please sign in to comment.