Skip to content

Commit

Permalink
fix license field
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Jan 17, 2024
1 parent 66661a4 commit b607468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "xgpu"
version = "0.1.0"
version = "0.1.1"
readme = "README.md"
requires-python = ">=3.7"
dependencies = ["cffi"]

[project.license]
text = "proprietary"
file = "LICENSE"

[project.urls]
Homepage = "https://github.com/pyrym/xgpu"
Expand Down

0 comments on commit b607468

Please sign in to comment.