Skip to content

Commit

Permalink
Simpler tagline (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored Sep 2, 2024
1 parent 537d7ae commit eaf632b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools.command.bdist_wheel import bdist_wheel as _bdist_wheel

NAME = "wgpu"
SUMMARY = "Next generation GPU API for Python"
SUMMARY = "WebGPU for Python"

with open(f"{NAME}/__init__.py") as fh:
VERSION = re.search(r"__version__ = \"(.*?)\"", fh.read()).group(1)
Expand Down
2 changes: 1 addition & 1 deletion wgpu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The next generation GPU API for Python.
WebGPU for Python.
"""

from ._coreutils import logger # noqa: F401,F403
Expand Down

0 comments on commit eaf632b

Please sign in to comment.