Skip to content

Commit

Permalink
Rename extension to robotframework-browser-translation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Sep 16, 2024
1 parent 88b093d commit fbdc4b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "robotframework-browser-translation-fi"
name = "robotframework-browser-translation"
version = "0.7.0"

authors = [
{ name="Tatu Aalto", email="[email protected]" },
]
Expand All @@ -27,15 +28,15 @@ classifiers = [
]
keywords = ["Robot Framework", "Browser"]

dependencies = ["robotframework-browser >= 18.6.0"]
dependencies = ["robotframework-browser >= 18.8.0"]

[project.urls]
Homepage = "https://github.com/MarketSquare/robotframework-browser-translation-fi"
Issues = "https://github.com/MarketSquare/robotframework-browser-translation-fi/issues"
Changelog = "https://github.com/MarketSquare/robotframework-browser-translation-fi/blob/main/CHANGELOG.md"

[tool.setuptools]
packages = ["robotframework_browser_translation_fi"]
packages = ["robotframework_browser_translation"]

[tool.setuptools.package-data]
robotframework_browser_translation_fi = ["*.json"]
Expand Down

0 comments on commit fbdc4b2

Please sign in to comment.