|
|
@ -50,7 +50,6 @@ setup(
|
|
|
|
packages = find_packages(exclude=['tests', 'examples']),
|
|
|
|
packages = find_packages(exclude=['tests', 'examples']),
|
|
|
|
zip_safe = False,
|
|
|
|
zip_safe = False,
|
|
|
|
classifiers = [
|
|
|
|
classifiers = [
|
|
|
|
'Development Status :: 3 - Alpha',
|
|
|
|
|
|
|
|
'Environment :: Console',
|
|
|
|
'Environment :: Console',
|
|
|
|
'Intended Audience :: System Administrators',
|
|
|
|
'Intended Audience :: System Administrators',
|
|
|
|
'License :: OSI Approved :: BSD License',
|
|
|
|
'License :: OSI Approved :: BSD License',
|
|
|
|