Skip to content

Commit 5238ddb

Browse files
authored
Merge pull request #253 from emuccino/master
Added programming language classifiers
2 parents 2096feb + 7b4fb86 commit 5238ddb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
'License :: OSI Approved :: BSD License',
8787
'Programming Language :: Python',
8888
'Programming Language :: Python :: 3',
89+
'Programming Language :: Python :: 3.6',
90+
'Programming Language :: Python :: 3.7',
91+
'Programming Language :: Python :: 3.8',
92+
'Programming Language :: Python :: 3.9',
8993
],
9094
install_requires=[
9195
'jupyter_client',

0 commit comments

Comments
 (0)