Skip to content

Commit

Permalink
chore: fix pypi classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tilman151 authored Apr 22, 2024
1 parent 31ce4ba commit 628b6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://krokotsch.eu/rul-adapt"
repository = "https://github.com/tilman151/rul-adapt"
classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering "
"Topic :: Scientific/Engineering"
]
packages = [{include = "rul_adapt"}]

Expand Down Expand Up @@ -57,4 +57,4 @@ line-length = 88
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry_bumpversion.file."rul_datasets/__init__.py"]
[tool.poetry_bumpversion.file."rul_datasets/__init__.py"]

0 comments on commit 628b6e0

Please sign in to comment.