Skip to content

Commit f49c8c2

Browse files
committed
First Release
1 parent 8da2052 commit f49c8c2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python",
21+
'Programming Language :: Python :: 2',
22+
'Programming Language :: Python :: 2.7',
23+
'Programming Language :: Python :: 3',
24+
'Programming Language :: Python :: 3.5',
25+
'Programming Language :: Python :: 3.6',
26+
'Programming Language :: Python :: 3.7',
27+
'Programming Language :: Python :: 3.8',
28+
'Programming Language :: Python :: 3.9',
2129
],
2230
packages = find_packages(),
2331
zip_safe = True,

0 commit comments

Comments
 (0)