Skip to content

Commit 5679133

Browse files
Added LICENSE file to the MANIFEST.in
There were also some weird things in that the LICENSE file is Apache 2.0, whilst the setup.py file says BSD
1 parent 4523843 commit 5679133

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)