Skip to content

Commit

Permalink
Add extra metadata for PyPI project page
Browse files Browse the repository at this point in the history
  • Loading branch information
toadharvard committed Nov 29, 2023
1 parent 19e5591 commit 305724f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,25 @@ build-backend = "scikit_build_core.build"
[project]
name = "desbordante"
version = "1.0.0"
description = "Python bindings for Desbordante, a science-intensive high-performance data profiler"
description = "Science-intensive high-performance data profiler"
requires-python = ">=3.7"
readme = "README_PYPI.md"
license = { text = "AGPL-3.0-only" }

classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries :: Python Modules",
]

urls = { homepage = "https://desbordante.unidata-platform.ru/", repository = "https://github.com/Mstrutov/Desbordante", issues = "https://github.com/Mstrutov/Desbordante/issues" }

[tool.scikit-build.cmake.define]
PYTHON = "INSTALL"
UNPACK_DATASETS = "OFF"
Expand Down

0 comments on commit 305724f

Please sign in to comment.