aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bffce805..9509ce7a 100644
--- a/setup.py
+++ b/setup.py
@@ -83,7 +83,8 @@ setup(
"coveralls>=0.4.1",
"pathod>=%s, <%s" % (
version.MINORVERSION, version.NEXT_MINORVERSION
- )
+ ),
+ "countershape"
],
'contentviews': [
"pyamf>=0.6.1",