Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
Correctly includes packages in setup.py
  • Loading branch information
aruhier committed Jun 23, 2017
1 parent 7c1bb85 commit db820a8
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
Expand Up @@ -14,7 +14,7 @@

setup(
name="pyqos",
version="0.2.1",
version="0.2.2",

description="Framework that helps setting a QoS on Linux",
long_description=open(
Expand All @@ -36,7 +36,7 @@
],

keywords="networking qos linux development",
packages=["pyqos", ],
packages=["pyqos", "pyqos.algorithms", "pyqos.backend"],
install_requires=["argparse", ],
setup_requires=['pytest-runner', ],
tests_require=['pytest', 'pytest-cov', "pytest-mock", "pytest-xdist"],
Expand Down

0 comments on commit db820a8

Please sign in to comment.