setup.py: change license to BSD
This commit is contained in:
parent
17002fb05e
commit
c1fe6d1633
4
setup.py
4
setup.py
|
@ -22,7 +22,7 @@ setup(
|
||||||
url="http://www.milkymist.org",
|
url="http://www.milkymist.org",
|
||||||
download_url="https://github.com/milkymist/migen",
|
download_url="https://github.com/milkymist/migen",
|
||||||
packages=find_packages(here),
|
packages=find_packages(here),
|
||||||
license="GPL",
|
license="BSD",
|
||||||
platforms=["Any"],
|
platforms=["Any"],
|
||||||
keywords="HDL ASIC FPGA hardware design",
|
keywords="HDL ASIC FPGA hardware design",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
@ -30,7 +30,7 @@ setup(
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Development Status :: Alpha",
|
"Development Status :: Alpha",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: GNU General Public License (GPL)",
|
"License :: OSI Approved :: BSD License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue