Skip to content

Commit

Permalink
Fix double version string, keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
flok committed May 10, 2024
1 parent 55a722e commit 2e06210
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ classifiers = [
[tool.poetry]
name = "pydualsense"
version = "0.7.2"
version = "0.7.2"
description = "use your DualSense (PS5) controller with python"
license = "MIT"
repository = "https://github.com/flok/pydualsense"
Expand All @@ -31,7 +30,6 @@ readme = "README.md"
packages = [{include = "pydualsense"}]
include = ["pydualsense/hidapi.dll"]
keywords = ['ps5', 'controller', 'dualsense', 'pydualsense']
keywords = ['ps5', 'controller', 'dualsense', 'pydualsense']

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
Expand Down

0 comments on commit 2e06210

Please sign in to comment.