Skip to content

Commit

Permalink
adding classifiers for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Jan 16, 2024
1 parent d5c441a commit a655b29
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ name = "setup_selenium"
version = "0.1.0"
description = "Setup Selenium for automation testing"
authors = ["Marcel Wilson <[email protected]>"]
license = "MIT"
repository = "https://github.com/bandophahita/setup_selenium"
#documentation = ""
readme = "README.md"
classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Developers",
"Natural Language :: English",
]


[tool.poetry.dependencies]
Expand Down

0 comments on commit a655b29

Please sign in to comment.