setuptools.setup(
name="pythondata-cpu-libresoc",
version=version_str,
- author="LiteX Authors",
- author_email="litex@googlegroups.com",
+ author="Luke Kenneth Casson Leighton",
+ author_email="lkcl@libre-soc.org",
description="""\
-Python module containing verilog files for libresoc cpu.""",
+Python module containing verilog files for the Libre-SOC OpenPOWER cpu.""",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://git.libre-soc.org/pythondata-cpu-libresoc",
classifiers=[
"Programming Language :: Python :: 3",
- "License :: OSI Approved",
+ "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Operating System :: OS Independent",
],
python_requires='>=3.5',