Skip to content

Commit

Permalink
Improve package setup
Browse files Browse the repository at this point in the history
  • Loading branch information
iky committed Mar 2, 2018
1 parent 13bf7bf commit 33ba4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
from setuptools import setup
from setuptools import find_packages, setup

setup(
name='nameko-bayeux-client',
Expand All @@ -9,7 +9,7 @@
),
author='Student.com',
url='http://github.com/iky/nameko-bayeux-client',
py_modules=['nameko_bayeux_client'],
packages=find_packages(exclude=['test', 'test.*']),
install_requires=[
"nameko>=2.5.1",
],
Expand Down

0 comments on commit 33ba4b7

Please sign in to comment.