Skip to content

Commit 723cf2f

Browse files
authored
make installable (#278)
1 parent f821dbe commit 723cf2f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

spec/API_specification/pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "dataframe_api"
7+
version = "2023.10-beta"
8+
description = "Dataframe API specification"
9+
requires-python = ">=3.9"
10+
classifiers = [
11+
"Programming Language :: Python :: 3",
12+
"License :: OSI Approved :: MIT License",
13+
"Operating System :: OS Independent",
14+
]
15+
16+
[project.urls]
17+
"Homepage" = "https://github.com/data-apis/dataframe-api"
18+
"Bug Tracker" = "https://github.com/data-apis/dataframe-api"

0 commit comments

Comments
 (0)