Skip to content

Commit

Permalink
Add Python 3.4 to setuptools metadata for Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Jun 24, 2017
1 parent 6fb0d13 commit e14e5f8
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 e14e5f8

Please sign in to comment.