File tree Expand file tree Collapse file tree 4 files changed +26
-5
lines changed
Expand file tree Collapse file tree 4 files changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ __pycache__/
3232spec /** /generated
3333tmp /
3434* .egg-info /
35- * .egg
35+ * .egg
36+ dist /
Original file line number Diff line number Diff line change 1+ exclude README.md
2+ exclude src/_array_api_conf.py
3+ include PACKAGE.md
Original file line number Diff line number Diff line change 1+ # Stubs for the array API standard
2+
3+ Documentation specific to singular Python objects in the spec (i.e. functions,
4+ methods and attributes) are infact represented by stub objects in the package
5+ ` array-api-stubs ` . These stubs ultimately get rendered via the autodoc
6+ capabilities in Sphinx.
7+
8+ TODO: describe how ` array-api-stubs ` can be used for tooling, once it actually
9+ has the capacity to do so.
Original file line number Diff line number Diff line change 11[project ]
22name = " array-api-stubs"
3- version = " 0.0.1 "
4- description = " foo "
3+ version = " 0.0.2 "
4+ description = " Stubs for the array API standard "
55authors = []
66license = {file = " LICENSE" }
7- readme = " README .md"
7+ readme = " PACKAGE .md"
88requires-python = " >=3.8"
99keywords = []
1010classifiers = []
11- dependencies = []
11+
12+ [project .urls ]
13+ Source = " https://github.com/data-apis/array-api/"
14+ Documentation = " https://data-apis.org/array-api/"
15+ Homepage = " https://data-apis.org/"
16+
17+ [build-system ]
18+ requires = [" setuptools" ]
19+ build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments