-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
setup( | ||
name='katello-host-tools', | ||
version='4.0.0', | ||
version='4.0.1', | ||
description='Libraries and command-line utilities for keeping Katello clients in sync and up to date', | ||
author='The Foreman Project', | ||
author_email='[email protected]', | ||
|
@@ -28,10 +28,9 @@ | |
packages=find_packages(), | ||
include_package_data=False, | ||
classifiers=[ | ||
'License :: OSI Approved :: GNU General Puclic License (GPL)', | ||
'License :: OSI Approved :: GNU General Public License (GPL)', | ||
'Programming Language :: Python', | ||
'Operating System :: POSIX', | ||
'Topic :: Content Management and Delivery', | ||
'Topic :: Software Development :: Libraries :: Python Modules', | ||
], | ||
entry_points={ | ||
|