diff --git a/docs/index.rst b/docs/index.rst index e1b9a09..1f0e47a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,26 +7,6 @@ Welcome to jaraco.compat documentation! history -.. automodule:: py27compat.properties - :members: - :undoc-members: - :show-inheritance: - -.. automodule:: py27compat.traceback - :members: - :undoc-members: - :show-inheritance: - -.. automodule:: py31compat.functools - :members: - :undoc-members: - :show-inheritance: - -.. automodule:: py33compat.collections - :members: - :undoc-members: - :show-inheritance: - Indices and tables ================== diff --git a/setup.cfg b/setup.cfg index 803464d..ef2dc2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ license_file = LICENSE name = jaraco.compat author = Jason R. Coombs author_email = jaraco@jaraco.com -description = Modules providing forward compatibility across some Python 2.x versions +description = Modules providing forward compatibility across Python versions long_description = file:README.rst url = https://github.com/jaraco/jaraco.compat classifiers =