Skip to content

Commit

Permalink
set license in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Apr 17, 2018
1 parent 2de9a74 commit a1a1cf9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
with codecs.open('README.rst', encoding='utf-8') as f:
README = f.read()

with codecs.open('LICENSE', encoding='utf-8') as f:
LICENSE = f.read()

setup(
name='ocrd',
version='0.0.1',
Expand All @@ -17,7 +14,7 @@
author='Kay-Michael Würzner, Konstantin Baierer',
author_email='[email protected]',
url='https://github.com/OCR-D/pyocrd',
license=LICENSE,
license='Apache License 2.0',
packages=find_packages(exclude=('tests', 'docs')),
include_package_data=True,
package_data={
Expand Down

0 comments on commit a1a1cf9

Please sign in to comment.