We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad455a commit 465205bCopy full SHA for 465205b
1 file changed
setup.py
@@ -35,7 +35,7 @@ def run_tests(self):
35
package_data={'requests': ['*.pem']},
36
include_package_data=True,
37
url='https://python-redmine.com',
38
- license=open('LICENSE').read(),
+ license='Apache 2.0',
39
author='Maxim Tepkeev',
40
author_email='support@python-redmine.com',
41
description='Library for communicating with a Redmine project management application',
0 commit comments