add python 3.4 to setup.py classifiers
This commit is contained in:
parent
edc74b6782
commit
1448d8fd33
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -65,5 +65,6 @@ setup(
|
|||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue