We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b416b commit 228492fCopy full SHA for 228492f
setup.py
@@ -17,5 +17,17 @@
17
extras_require={'tests':tests_require,
18
'kml':['simplekml']},
19
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
+ ],
32
)
33
0 commit comments