Skip to content

Commit

Permalink
pypi doesn’t support multiline license anymore [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtepkeev committed May 1, 2017
1 parent 44c1873 commit a2483df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run_tests(self):
version=globals()['__version__'],
packages=find_packages(exclude=('tests', 'tests.*')),
url='https://github.com/maxtepkeev/architect',
license=open('LICENSE').read(),
license='Apache 2.0',
author='Max Tepkeev',
author_email='[email protected]',
description='A set of tools which enhances ORMs written in Python with more features',
Expand Down

0 comments on commit a2483df

Please sign in to comment.