Skip to content

Commit 228492f

Browse files
committed
metadata
1 parent d8b416b commit 228492f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,17 @@
1717
extras_require={'tests':tests_require,
1818
'kml':['simplekml']},
1919
python_requires='>=3.6',
20+
classifiers=[
21+
'Development Status :: 4 - Beta',
22+
'Environment :: Console',
23+
'Intended Audience :: Information Technology',
24+
'Intended Audience :: System Administrators',
25+
'License :: OSI Approved :: MIT License',
26+
'Operating System :: OS Independent',
27+
'Programming Language :: Python :: 3.6',
28+
'Programming Language :: Python :: 3.7',
29+
'Topic :: System :: Networking',
30+
'Topic :: Utilities',
31+
],
2032
)
2133

0 commit comments

Comments
 (0)