Skip to content

Commit b12089c

Browse files
committed
Rudimentary array_api_stubs pkg and folder-per-version docs
1 parent a642175 commit b12089c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+19
-998
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ node_modules/
3030
__pycache__/
3131
*.pyc
3232
spec/**/generated
33-
tmp/
33+
tmp/
34+
*.egg-info/
35+
*.egg

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "array-api-stubs"
3+
version = "0.0.1"
4+
description = "foo"
5+
authors = []
6+
license = {file = "LICENSE"}
7+
readme = "README.md"
8+
requires-python = ">=3.8"
9+
keywords = []
10+
classifiers = []
11+
dependencies = []

0 commit comments

Comments
 (0)