Skip to content

Commit 465205b

Browse files
committed
pypi doesn’t support multiline license anymore [ci skip]
1 parent 7ad455a commit 465205b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def run_tests(self):
3535
package_data={'requests': ['*.pem']},
3636
include_package_data=True,
3737
url='https://python-redmine.com',
38-
license=open('LICENSE').read(),
38+
license='Apache 2.0',
3939
author='Maxim Tepkeev',
4040
author_email='support@python-redmine.com',
4141
description='Library for communicating with a Redmine project management application',

0 commit comments

Comments
 (0)