setup.py: change license to BSD
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Thu, 1 Aug 2013 15:46:46 +0000 (17:46 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Thu, 1 Aug 2013 15:46:46 +0000 (17:46 +0200)
setup.py

index 2649a49e0831e775d024baf04204bf78fefb1c35..61121f1abb79b89e827657122e24918b29da3260 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -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",
        ],