Skip to content

Commit

Permalink
chore: fix doc URL during renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Mar 23, 2023
1 parent 897b55e commit 4a5fc2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
File renamed without changes.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ filter_files = true

[project]
name = "ng_ai"
version = "0.2.9.5"
version = "0.2.9.6"
description = "NebulaGraph AI Suite"
authors = [
{name = "Wey Gu", email = "[email protected]"},
Expand All @@ -125,6 +125,16 @@ dependencies = [
requires-python = ">=3.7,<3.10"
readme = "README.md"
license = {text = "Apache-2.0"}
classifiers = [
"Topic :: Software Development :: Build Tools",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
]
[project.urls]
Homepage = "https://github.com/wey-gu/nebulagraph-ai"
Repository = "https://github.com/wey-gu/nebulagraph-ai"
Documentation = "https://github.com/wey-gu/nebulagraph-ai#documentation"
Changelog = "https://github.com/wey-gu/nebulagraph-ai/releases"

[build-system]
requires = ["pdm-pep517>=1.0"]
Expand Down

0 comments on commit 4a5fc2a

Please sign in to comment.