Skip to content

Commit

Permalink
Add supported python versions in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Dec 31, 2017
1 parent 928865e commit 6923f11
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Expand Up @@ -34,6 +34,13 @@ def get_version():
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Natural Language :: English',
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows'
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
)

0 comments on commit 6923f11

Please sign in to comment.