Skip to content

Commit

Permalink
update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Aug 20, 2024
1 parent 2c2c325 commit a572e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seal5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a572e27

Please sign in to comment.