This repository has been archived by the owner on May 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from mariusvniekerk/license_fixes
Added LICENSE file to the MANIFEST.in
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
include versiontools_support.py | ||
include LICENSE |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
author_email = '[email protected]', | ||
description = 'Python implementation of a Chef API client.', | ||
long_description = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(), | ||
license = 'BSD', | ||
license = 'Apache 2.0', | ||
keywords = '', | ||
url = 'http://github.com/coderanger/pychef', | ||
classifiers = [ | ||
|
@@ -23,7 +23,7 @@ | |
'Development Status :: 5 - Production/Stable', | ||
#'Development Status :: 6 - Mature', | ||
#'Development Status :: 7 - Inactive', | ||
'License :: OSI Approved :: BSD License', | ||
'License :: OSI Approved :: Apache License', | ||
'Natural Language :: English', | ||
'Operating System :: OS Independent', | ||
'Programming Language :: Python', | ||
|