Skip to content

Commit

Permalink
Merge pull request #229 from rsnyman/fix-project-name
Browse files Browse the repository at this point in the history
Fix the project name for uploading to PyPI
  • Loading branch information
rsnyman authored Apr 19, 2023
2 parents be64e13 + c65ed3f commit 0c99188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dynamic = ["version"]
keywords = ["widgetastic", "selenium"]
license = {file = "LICENSE"}
maintainers = [{name = "Dmitrii Misharov", email = "[email protected]"}]
name = "widgetastic"
name = "widgetastic.core"
readme = "README.rst"
requires-python = ">=3.8"

Expand Down

0 comments on commit 0c99188

Please sign in to comment.