We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f821dbe commit 723cf2fCopy full SHA for 723cf2f
spec/API_specification/pyproject.toml
@@ -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