--- a/buildout.cfg Mon Nov 25 09:37:25 2019 +0100
+++ b/buildout.cfg Tue Nov 26 10:13:24 2019 +0100
@@ -5,7 +5,7 @@
socket-timeout = 3
versions = versions
-#allow-picked-versions = false
+allow-picked-versions = false
show-picked-versions = true
newest = false
--- a/docs/README.txt Mon Nov 25 09:37:25 2019 +0100
+++ b/docs/README.txt Tue Nov 26 10:13:24 2019 +0100
@@ -1,14 +1,25 @@
===================
-pyams_utils package
+PyAMS_utils package
===================
.. contents::
-What is pyams_utils ?
+What is PyAMS
+=============
+
+PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
+and content management with the Pyramid framework.
+
+**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
+see PyAMS_content package), but many features are generic and can be used inside any kind of web
+application.
+
+
+What is PyAMS_utils ?
=====================
-pyams_utils is a set of classes and functions which can be used to provide many small services and
+PyAMS_utils is a set of classes and functions which can be used to provide many small services and
handle common operations in the context of a Pyramid application.
Internal sub-packages include:
@@ -30,7 +41,4 @@
How to use pyams_utils ?
========================
-A set of pyams_utils usages are given as doctests in pyams_utils/doctests/README.txt
-
-You will also a whole set of documentations into the "docs" directory, available on
-`ReadTheDocs <http://pyams-utils.readthedocs.org>`_
+A whole set of PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_
--- a/tox.ini Mon Nov 25 09:37:25 2019 +0100
+++ b/tox.ini Tue Nov 26 10:13:24 2019 +0100
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py34, py35, py36, pypy
+envlist = py35, py36, py37, pypy
[testenv]
commands = python setup.py test