Skip to content

Commit

Permalink
Update pyproject: better tags, drop old versions, require python prop…
Browse files Browse the repository at this point in the history
…erly
  • Loading branch information
Michael-E-Rose committed Dec 18, 2024
1 parent 1e29c14 commit c9ce328
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,18 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Natural Language :: English",
"Topic :: Documentation :: Sphinx"
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Operating System :: Microsoft :: Windows",
"Operating System :: Unix",
"Operating System :: MacOS",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
requires-python = ">=3.9,<=3.13"
keywords = [
"Python",
"MEDLINE",
Expand Down

0 comments on commit c9ce328

Please sign in to comment.