Skip to content

Commit

Permalink
Merge branch 'ershi/update-pypi-author' into 'main'
Browse files Browse the repository at this point in the history
Use NVIDIA Corporation instead of NVIDIA

See merge request omniverse/warp!605
  • Loading branch information
mmacklin committed Jul 4, 2024
2 parents c31e08c + 956ff19 commit bfbd025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# -- Project information -----------------------------------------------------

project = "Warp"
copyright = f"2022-{date.today().year}, NVIDIA"
author = "NVIDIA"
copyright = f"2022-{date.today().year}, NVIDIA Corporation"
author = "NVIDIA Corporation"

version = wp.__version__
release = version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "warp-lang"
requires-python = ">=3.7" # 3.9 recommended
authors = [{ name = "NVIDIA", email = "[email protected]" }]
authors = [{ name = "NVIDIA Corporation", email = "[email protected]" }]
description = "A Python framework for high-performance simulation and graphics programming"
license = { text = "NVIDIA Software License" }
classifiers = [
Expand Down

0 comments on commit bfbd025

Please sign in to comment.