Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Nov 20, 2024
1 parent ee4e848 commit 9146400
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
url="https://github.com/wpilibsuite/sphinxext-remoteliteralinclude",
install_requires=[
"sphinx>=4.3;python_version>='3.10'",
"jinja2<3;python_version<'3.8'",
"MarkupSafe<=2.0.1;python_version<'3.8'",
"six",
],
packages=["sphinxext"],
Expand All @@ -42,17 +40,18 @@
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"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 :: Python :: 3.13",
"Programming Language :: Python",
"Topic :: Documentation :: Sphinx",
"Topic :: Documentation",
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing",
"Topic :: Utilities",
],
python_requires=">=3.6",
python_requires=">=3.8",
)

0 comments on commit 9146400

Please sign in to comment.