Skip to content

Commit

Permalink
Fix Apache License, close #19
Browse files Browse the repository at this point in the history
  • Loading branch information
brunneis authored Nov 10, 2020
1 parent d99e2a5 commit f598d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
url='https://github.com/brunneis/ernie',
author='Rodrigo Martínez Castaño',
author_email='rodrigo@martinez.gal',
license='GNU General Public License v3 (GPLv3)',
license='Apache License (Version 2.0)',
packages=find_packages(),
zip_safe=False,
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: PyPy",
Expand All @@ -30,4 +30,4 @@
'scikit-learn>=0.22.1',
'pandas>=0.25.3',
'tensorflow>=2.1.0,!=2.2.0-rc0,!=2.2.0rc1',
'py-cpuinfo==5.0.0'])
'py-cpuinfo==5.0.0'])

0 comments on commit f598d5c

Please sign in to comment.