From 1207c5fea5e41ef5b92875b30b161223bf5fa3ad Mon Sep 17 00:00:00 2001 From: Blake Eggleston Date: Thu, 24 Oct 2013 21:23:15 -0700 Subject: [PATCH] removing the dev mailing list from the docs --- README.md | 2 -- docs/index.rst | 2 -- setup.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/README.md b/README.md index a1242e34..15c591cb 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ cqlengine is a Cassandra CQL 3 Object Mapper for Python [Users Mailing List](https://groups.google.com/forum/?fromgroups#!forum/cqlengine-users) -[Dev Mailing List](https://groups.google.com/forum/?fromgroups#!forum/cqlengine-dev) - ## Installation ``` pip install cqlengine diff --git a/docs/index.rst b/docs/index.rst index e4e8c394..d748f39f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -96,8 +96,6 @@ Getting Started `Users Mailing List `_ -`Dev Mailing List `_ - Indices and tables ================== diff --git a/setup.py b/setup.py index 3bb09c9c..2965a6d7 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,6 @@ Cassandra CQL 3 Object Mapper for Python [Report a Bug](https://github.com/bdeggleston/cqlengine/issues) [Users Mailing List](https://groups.google.com/forum/?fromgroups#!forum/cqlengine-users) - -[Dev Mailing List](https://groups.google.com/forum/?fromgroups#!forum/cqlengine-dev) """ setup(