Skip to content
Prev Previous commit
Next Next commit
packages
  • Loading branch information
TrungNT committed Jan 17, 2016
commit 366dd33ffc836fd7d7080a72ccaf6fbf11ce5053
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
author_email="lamp.greg@gmail.com",
url="https://github.com/glamp/bashplotlib",
license="BSD",
packages=find_packages(),
packages=['bashplotlib'],
description="plotting in the terminal",
long_description=open("README.rst").read(),
entry_points = {
Expand Down