Skip to content

Commit 35ea667

Browse files
committed
Added classifiers
1 parent cefc597 commit 35ea667

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

find-project-root/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ classifiers = [
5757
"Topic :: System :: Filesystems",
5858
"Topic :: System :: Systems Administration",
5959
"Topic :: Utilities",
60+
"Typing :: Typed",
6061
]
6162

6263
[project.urls]

non-latin-locales/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classifiers = [
3636
"Development Status :: 5 - Production/Stable",
3737
"Intended Audience :: Developers",
3838
"Intended Audience :: Information Technology",
39+
"Intended Audience :: Science/Research",
3940
"Natural Language :: English",
4041
"Operating System :: OS Independent",
4142
"Programming Language :: Python",
@@ -51,6 +52,8 @@ classifiers = [
5152
"Programming Language :: Python :: 3.13",
5253
"Programming Language :: Python :: 3.14",
5354
"Programming Language :: Python :: 3.15",
55+
"Topic :: Scientific/Engineering",
56+
"Topic :: Scientific/Engineering :: Information Analysis",
5457
"Topic :: Software Development",
5558
"Topic :: Software Development :: Libraries",
5659
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)