diff --git a/seal5/__init__.py b/seal5/__init__.py index f939fa3c..7dce0e77 100644 --- a/seal5/__init__.py +++ b/seal5/__init__.py @@ -16,4 +16,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -"""Seal5 Project.""" +"""Seal5 - Semi-automated LLVM Support for RISC-V Extensions including Autovectorization.""" diff --git a/setup.py b/setup.py index 8ce3b016..3d1dbc54 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def get_requirements(): "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ], - description="Seal5 Project", + description="Seal5 - Semi-automated LLVM Support for RISC-V Extensions including Autovectorization", entry_points={ "console_scripts": [ "seal5=seal5.cli.main:main",