Skip to content

Commit

Permalink
setup.py: Add ez_setup.py to sdist; tox needs it to be there
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jun 25, 2012
1 parent 0974dfd commit e85b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def read(fname):
url = "https://github.com/jart/redisbayes",
license = "MIT",
install_requires = ["redis"],
py_modules = ["redisbayes"],
py_modules = ["redisbayes", "ez_setup"],
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit e85b08e

Please sign in to comment.