Skip to content

Commit

Permalink
Corrected classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jeguzzi committed Dec 16, 2024
1 parent d36b45d commit 32d0492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/navground_learning
url: https://test.pypi.org/p/navground-learning
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords = ["navigation", "navground", "gymnasium", "pettingzoo",
"imitation-learning", "reinforcement-learning"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python ::3",
"Programming Language :: Python :: 3",
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
Expand Down

0 comments on commit 32d0492

Please sign in to comment.