Skip to content
Snippets Groups Projects
Verified Commit ca168995 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Add links and description in pyproject.toml

parent 9801ee1d
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ build-backend = "setuptools.build_meta"
[project]
name = "ransack"
dynamic = ["version"]
description = "A modern, extensible language for manipulation with structured data"
license = "MIT"
readme = "README.rst"
dependencies = [
"lark>=1.2.2,<1.3.0",
"ipranges>=0.1.12,<0.2",
......@@ -14,7 +17,10 @@ authors = [
{name = "Rajmund H. Hruška", email = "rajmund.hruska@cesnet.cz"}
]
classifiers = [
"Programming Language :: Python"
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Developers",
"Operating System :: OS Independent"
]
[project.optional-dependencies]
......@@ -33,7 +39,8 @@ dev = [
[project.urls]
Repository = "https://gitlab.cesnet.cz/713/mentat/ransack"
"Bug Tracker" = "https://gitlab.cesnet.cz/713/mentat/ransack/-/issues"
Documentation = "https://ransack-125e0a.gitlab-pages.cesnet.cz/index.html"
Issues = "https://gitlab.cesnet.cz/713/mentat/ransack/-/issues"
[tool.setuptools]
packages = ["ransack"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment