Skip to content

Commit 0c99188

Browse files
authored
Merge pull request #229 from rsnyman/fix-project-name
Fix the project name for uploading to PyPI
2 parents be64e13 + c65ed3f commit 0c99188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dynamic = ["version"]
1717
keywords = ["widgetastic", "selenium"]
1818
license = {file = "LICENSE"}
1919
maintainers = [{name = "Dmitrii Misharov", email = "[email protected]"}]
20-
name = "widgetastic"
20+
name = "widgetastic.core"
2121
readme = "README.rst"
2222
requires-python = ">=3.8"
2323

0 commit comments

Comments
 (0)