Skip to content

Commit

Permalink
Require Python 3.4 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcneal committed Jul 4, 2017
1 parent 3ede206 commit 6f87329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
keywords = ['bluetooth', 'hid', 'l2cap', 'bluez', 'pybluez', 'dbus'],
url='https://www.github.com/tmcneal/bluefang',
packages=find_packages(exclude=['scripts', 'tests']),
python_requires='~=3.4',
install_requires=[
"dbus-python==1.2.4",
"PyBluez==0.22.1",
Expand Down

0 comments on commit 6f87329

Please sign in to comment.