Skip to content

Commit

Permalink
add python classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
- also add Operating System :: and Intended Audience :: classifiers
  • Loading branch information
tomhea committed Oct 2, 2023
1 parent 3f7a211 commit e4a2028
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,18 @@ classifiers = [
"Topic :: Software Development :: Debuggers",
"Topic :: Software Development :: Interpreters",
"Topic :: Software Development :: Libraries",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"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",
"Programming Language :: Other",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
]


Expand Down

0 comments on commit e4a2028

Please sign in to comment.