Skip to content

Commit fc7f338

Browse files
committed
Update classifiers and install_requires.
1 parent 0c0e113 commit fc7f338

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@
2222
"License :: OSI Approved :: MIT License",
2323
"Programming Language :: Python :: 3",
2424
"Programming Language :: Python :: 3.7",
25+
"Programming Language :: Python :: 3.8",
26+
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
2528
],
2629
packages=["tkintermd"],
2730
include_package_data=True,
28-
install_requires=["markdown", "pygments", "tkinterweb"],
31+
install_requires=["markdown", "pygments", "pymdown-extensions", "tkinterweb"],
2932
entry_points={
3033
"console_scripts": [
3134
"tkintermd=tkintermd.__main__:main",

0 commit comments

Comments
 (0)