Skip to content

Commit

Permalink
Add smc as package in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdafu committed Dec 20, 2013
1 parent 6f27bc0 commit 43b4aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
setup_info = dict(
name="smc.mw",
version="0.3",
packages=["smc.mw"],
packages=["smc", "smc.mw"],
namespace_packages=["smc"],
zip_safe=True,
requires=["lxml", "grako"],
Expand Down

0 comments on commit 43b4aa6

Please sign in to comment.