Skip to content

Commit

Permalink
Merge pull request #3370 from rodrigc/py34-1
Browse files Browse the repository at this point in the history
Add Python 3.4 to setuptools metadata for Pypi
  • Loading branch information
tardyp committed Jun 24, 2017
2 parents 6fb0d13 + e14e5f8 commit 05efcfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions master/setup.py
Expand Up @@ -158,6 +158,7 @@ def define_plugin_entries(groups):
'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'
],
Expand Down
1 change: 1 addition & 0 deletions worker/setup.py
Expand Up @@ -89,6 +89,7 @@ def make_release_tree(self, base_dir, files):
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
Expand Down

0 comments on commit 05efcfd

Please sign in to comment.