diff --git a/pyproject.toml b/pyproject.toml index 777ad26..02cbca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"