Skip to content

Commit

Permalink
fix python requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Mar 20, 2017
1 parent f0c7b74 commit fb8f092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions master/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ def define_plugin_entries(groups):
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Testing',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7'
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],

Expand Down
4 changes: 2 additions & 2 deletions worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ 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.5'
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],

'packages': [
Expand Down

0 comments on commit fb8f092

Please sign in to comment.