Skip to content

Commit bd201df

Browse files
committed
Add trove classifiers to setup.py.
1 parent 6b14fab commit bd201df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@ def run(self):
318318
author='Victor M. Alvarez',
319319
author_email='plusvic@gmail.com, vmalvarez@virustotal.com',
320320
url='https://github.com/VirusTotal/yara-python',
321+
classifiers=[
322+
'Programming Language :: Python',
323+
'License :: OSI Approved :: Apache Software License',
324+
'Operating System :: OS Independent',
325+
'Development Status :: 5 - Production/Stable',
326+
],
321327
zip_safe=False,
322328
cmdclass={
323329
'build': BuildCommand,

0 commit comments

Comments
 (0)