Skip to content

Commit

Permalink
Remove pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Rutka committed Apr 20, 2024
1 parent 504caf5 commit 67a9641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
# - id: check-yaml
- id: check-toml
- id: check-added-large-files
- id: check-merge-conflict
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/openremote/openremote"
homepage = "https://www.openremote.io"
documentation = "https://github.com/openremote/openremote/wiki"
keywords = ['openremote', 'iot', 'cli']
classifiers = ["Topic :: Home Automation ", "Topic :: Utilities "]
# classifiers = ["Topic :: Home Automation ", "Topic :: Utilities "]

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

0 comments on commit 67a9641

Please sign in to comment.