projects
/
pythondata-cpu-libresoc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
86832db
)
correct author, description, and license
master
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 18 Apr 2021 11:45:39 +0000
(12:45 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 18 Apr 2021 11:45:39 +0000
(12:45 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 195e8ae48630b1e2b14482bac2c293ca51ffb127..cd7416da3ec2ddc0e8d578d18be09b18d87b15c7 100644
(file)
--- 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,
setuptools.setup(
name="pythondata-cpu-libresoc",
version=version_str,
- author="L
iteX Authors
",
- author_email="l
itex@googlegroups.com
",
+ author="L
uke Kenneth Casson Leighton
",
+ author_email="l
kcl@libre-soc.org
",
description="""\
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",
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',
"Operating System :: OS Independent",
],
python_requires='>=3.5',