setup.py: change license to BSD

This commit is contained in:
Sebastien Bourdeauducq 2013-08-01 17:46:46 +02:00
parent 17002fb05e
commit c1fe6d1633
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ setup(
url="http://www.milkymist.org",
download_url="https://github.com/milkymist/migen",
packages=find_packages(here),
license="GPL",
license="BSD",
platforms=["Any"],
keywords="HDL ASIC FPGA hardware design",
classifiers=[
@ -30,7 +30,7 @@ setup(
"Environment :: Console",
"Development Status :: Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License (GPL)",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
],