Commit bd201df7 by Victor M. Alvarez

Add trove classifiers to setup.py.

parent 6b14fabe
...@@ -318,6 +318,12 @@ setup( ...@@ -318,6 +318,12 @@ setup(
author='Victor M. Alvarez', author='Victor M. Alvarez',
author_email='plusvic@gmail.com, vmalvarez@virustotal.com', author_email='plusvic@gmail.com, vmalvarez@virustotal.com',
url='https://github.com/VirusTotal/yara-python', url='https://github.com/VirusTotal/yara-python',
classifiers=[
'Programming Language :: Python',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Development Status :: 5 - Production/Stable',
],
zip_safe=False, zip_safe=False,
cmdclass={ cmdclass={
'build': BuildCommand, 'build': BuildCommand,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment