From c65ed3f11e1af3433f3b9801d017335a5de54e78 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 19 Apr 2023 13:04:12 -0700 Subject: [PATCH] Fix the project name for uploading to PyPI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a71c74b..424238c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dynamic = ["version"] keywords = ["widgetastic", "selenium"] license = {file = "LICENSE"} maintainers = [{name = "Dmitrii Misharov", email = "misharov@redhat.com"}] -name = "widgetastic" +name = "widgetastic.core" readme = "README.rst" requires-python = ">=3.8"