aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-02-07 21:08:13 +0000
committerTom Christie2013-02-07 21:08:13 +0000
commit60b1591efa7ddcf3ae7fa2982102d457fb74b388 (patch)
treea62075fb6cd67571ad4de31d12901d63c70bb2dc
parent47d6640ea5d3fe64507249c6a170f6e7f4ab9688 (diff)
downloaddjango-rest-framework-60b1591efa7ddcf3ae7fa2982102d457fb74b388.tar.bz2
Add note about mailing list.
-rwxr-xr-xsetup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 640bac4d..bd6026c6 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ setup(
license='BSD',
description='A lightweight REST framework for Django.',
author='Tom Christie',
- author_email='tom@tomchristie.com',
+ author_email='tom@tomchristie.com', # SEE NOTE BELOW (*)
packages=get_packages('rest_framework'),
package_data=get_package_data('rest_framework'),
test_suite='rest_framework.runtests.runtests.main',
@@ -78,3 +78,9 @@ setup(
'Topic :: Internet :: WWW/HTTP',
]
)
+
+# (*) Please direct queries to the discussion group, rather than to me directly
+# Doing so helps ensure your question is helpful to other users.
+# Queries directly to my email are likely to receive a canned response.
+#
+# Many thanks for your understanding.