Skip to content

Commit

Permalink
docs: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Feb 19, 2024
1 parent 37a13ed commit ede5762
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,28 @@ requires-python = ">=3.9"
keywords = ["python", "raknet", "network"]
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: BSD License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: C++",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: BSD License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Topic :: System :: Networking",
]
dependencies = []
dynamic = ["version"]

[project.urls]
#Changelog = "https://raknet.readthedocs.io/en/latest/changelog.html"
Documentation = "https://raknet.readthedocs.io"
Homepage = "https://github.com/wu-vincent/raknet-python"
Issues = "https://github.com/wu-vincent/raknet-python/issues"
Documentation = "https://raknet-python.readthedocs.io"
Homepage = "https://github.com/raknet-python/raknet-python"
Issues = "https://github.com/raknet-python/raknet-python/issues"

[tool.scikit-build]
cmake.args = ["-G Ninja", "--preset conan-release"]
Expand Down

0 comments on commit ede5762

Please sign in to comment.