aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Brant2013-03-10 23:40:51 -0500
committerSean Brant2013-03-10 23:40:51 -0500
commit2304d011a8fbee8ee6ceb81fe304d2c80a955e01 (patch)
tree595f3c83bca7248fd88e07eaafa168a0dac53202
parenta5ca95a85b298ecf4e0b2b21cf72c997b18c9def (diff)
downloadpykss-2304d011a8fbee8ee6ceb81fe304d2c80a955e01.tar.bz2
Fixes egg name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f447db..17c708e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
develop:
- pip install "file://`pwd`#egg=sentry[tests]"
+ pip install "file://`pwd`#egg=pykss[tests]"
pip install -e . --use-mirrors
lint: