Skip to content

Commit 426b215

Browse files
committed
add some basic PyPI classifiers
1 parent 924b44e commit 426b215

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ authors = ["Joshua Pritchard <[email protected]>"]
66
packages = [
77
{include = "dstools"},
88
]
9+
classifiers = [
10+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3.11",
12+
"License :: OSI Approved :: MIT License"
13+
]
914

1015
[tool.poetry.dependencies]
1116
python = ">=3.11,<3.12"

0 commit comments

Comments
 (0)