From de68e611ae3cd77b3cf383ad114327b1ca2d2e33 Mon Sep 17 00:00:00 2001 From: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:37:16 +0300 Subject: [PATCH] make installable --- spec/API_specification/pyproject.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 spec/API_specification/pyproject.toml diff --git a/spec/API_specification/pyproject.toml b/spec/API_specification/pyproject.toml new file mode 100644 index 00000000..71123a7e --- /dev/null +++ b/spec/API_specification/pyproject.toml @@ -0,0 +1,18 @@ +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + +[project] +name = "dataframe_api" +version = "2023.10-beta" +description = "Dataframe API specification" +requires-python = ">=3.9" +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", +] + +[project.urls] +"Homepage" = "https://github.com/data-apis/dataframe-api" +"Bug Tracker" = "https://github.com/data-apis/dataframe-api"