Skip to content

Commit e9334a8

Browse files
committed
Add Python classifiers to setup.py
Add Python classifiers to setup.py to include Python, Python 2 and Python 3. For more information about classifiers see: https://www.python.org/dev/peps/pep-0301/#distutils-trove-classification
1 parent a933e07 commit e9334a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@
1212
keywords = ['messagebird', 'sms'],
1313
install_requires = ['requests>=2.4.1'],
1414
license = 'BSD-2-Clause',
15+
classifiers = [
16+
'Programming Language :: Python',
17+
'Programming Language :: Python :: 2',
18+
'Programming Language :: Python :: 3',
19+
],
1520
)

0 commit comments

Comments
 (0)