isaacsim-example 4.2.0.2__tar.gz → 5.0.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,19 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: isaacsim-example
3
- Version: 4.2.0.2
3
+ Version: 5.0.0.0
4
4
  Summary: Isaac Sim examples
5
5
  Author: Isaac Sim team
6
6
  License: NVIDIA Proprietary Software
7
7
  Project-URL: Home page, https://developer.nvidia.com/isaac-sim
8
- Project-URL: Documentation, https://docs.omniverse.nvidia.com/isaacsim/latest/index.html
8
+ Project-URL: Documentation, https://docs.isaacsim.omniverse.nvidia.com
9
9
  Project-URL: Forum, https://forums.developer.nvidia.com/c/omniverse/simulation/69
10
10
  Keywords: nvidia,omniverse,isaacsim,example
11
11
  Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.11
12
13
  Classifier: License :: Other/Proprietary License
13
- Requires-Python: ==3.10.*
14
+ Requires-Python: ==3.11.*
14
15
  Description-Content-Type: text/markdown
15
- Requires-Dist: isaacsim-cortex ==4.2.0.2
16
+ Requires-Dist: isaacsim-cortex==5.0.0.0
16
17
 
17
18
  # isaacsim-example
18
19
 
@@ -0,0 +1,10 @@
1
+ # SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2
3
+
4
+ [build-system]
5
+ requires = ["wheel-stub"]
6
+ build-backend = "wheel_stub.buildapi"
7
+
8
+ [tool.wheel_stub]
9
+ index_url = "https://pypi.nvidia.com/"
10
+ include_cuda_debuginfo = true
pyproject.toml DELETED
@@ -1,6 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
- # SPDX-License-Identifier: Apache-2
3
-
4
- [build-system]
5
- requires = ["nvidia-stub"]
6
- build-backend = "nvidia_stub.buildapi"