Skip to content

Commit 957c4b9

Browse files
Do not include license file in package settings
This value is intended to be the name of the license with the details being included in a LICENSE file in the .tar.gz. pypa/twine#454 (comment)
1 parent 3dc402d commit 957c4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def read(filename):
138138
packages=['pact'],
139139
package_data={'pact': ['bin/*']},
140140
package_dir={'pact': 'pact'},
141-
license=read('LICENSE'))
141+
license='MIT License')
142142

143143

144144
if __name__ == '__main__':

0 commit comments

Comments
 (0)