From a655b29db6f749a81f841d65b041e77d777711bb Mon Sep 17 00:00:00 2001 From: Marcel Wilson Date: Tue, 16 Jan 2024 11:22:16 -0600 Subject: [PATCH] adding classifiers for publishing --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 16fac11..4fc3c28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,21 @@ name = "setup_selenium" version = "0.1.0" description = "Setup Selenium for automation testing" authors = ["Marcel Wilson "] +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]