DOC add python version information to setup

This commit is contained in:
Patrick Kanzler 2016-01-07 23:22:31 +01:00
parent 592dbe15f6
commit 020ba4145c
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ setup(
'Operating System :: GNU/Linux',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Topic :: System :: Peripherals',
'Topic :: Software Development :: Libraries :: Python Modules',
],