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

Commit 216cbb2

Browse files
authored
Merge pull request #71 from mariusvniekerk/license_fixes
Added LICENSE file to the MANIFEST.in
2 parents 4523843 + 5679133 commit 216cbb2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include versiontools_support.py
2+
include LICENSE

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author_email = '[email protected]',
1313
description = 'Python implementation of a Chef API client.',
1414
long_description = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
15-
license = 'BSD',
15+
license = 'Apache 2.0',
1616
keywords = '',
1717
url = 'http://github.com/coderanger/pychef',
1818
classifiers = [
@@ -23,7 +23,7 @@
2323
'Development Status :: 5 - Production/Stable',
2424
#'Development Status :: 6 - Mature',
2525
#'Development Status :: 7 - Inactive',
26-
'License :: OSI Approved :: BSD License',
26+
'License :: OSI Approved :: Apache License',
2727
'Natural Language :: English',
2828
'Operating System :: OS Independent',
2929
'Programming Language :: Python',

0 commit comments

Comments
 (0)