Merge remote-tracking branch 'origin/master' into custom_commands2

This commit is contained in:
Michael Lazar
2016-07-25 23:06:14 -07:00
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
include version.py include version.py
include CHANGELOG.rst include CHANGELOG.rst
include CONTRIBUTORS.rst include AUTHORS.rst
include README.rst include README.rst
include LICENSE include LICENSE
include rtv.1 include rtv.1

View File

@@ -1,2 +1,12 @@
[wheel] [wheel]
universal = 1 universal = 1
[metadata]
requires-dist =
tornado
praw>=3.5,<4
six
requests
kitchen
futures; python_version=="2.6" or python_version=="2.7"