Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #71 from mariusvniekerk/license_fixes
Browse files Browse the repository at this point in the history
Added LICENSE file to the MANIFEST.in
  • Loading branch information
coderanger authored Mar 24, 2017
2 parents 4523843 + 5679133 commit 216cbb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include versiontools_support.py
include LICENSE
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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',
Expand Down

0 comments on commit 216cbb2

Please sign in to comment.