Skip to content

Commit

Permalink
Updated setuptools name, to match iron-worker in pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddy Foran committed Jul 21, 2012
1 parent 45dce54 commit 58a151b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup from distutils.core import setup


setup( setup(
name = "IronCache", name = "iron-cache",
py_modules = ["iron_cache"], py_modules = ["iron_cache"],
install_requires = ["iron_core"], install_requires = ["iron_core"],
version = "0.1.0", version = "0.1.0",
Expand Down

0 comments on commit 58a151b

Please sign in to comment.