From: Luke Kenneth Casson Leighton Date: Sun, 18 Apr 2021 11:45:39 +0000 (+0100) Subject: correct author, description, and license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=933ec6aab5b41bacb84de01f98ddd14216661be4;p=pythondata-cpu-libresoc.git correct author, description, and license --- diff --git a/setup.py b/setup.py index 195e8ae..cd7416d 100644 --- a/setup.py +++ b/setup.py @@ -8,16 +8,16 @@ from pythondata_cpu_libresoc import version_str 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',