add attr docstring (#74)

This commit is contained in:
Roger Pate 2016-09-01 06:09:55 -04:00 committed by Hynek Schlawack
parent f09cc7f74b
commit 60017ee06f
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ __version__ = "16.2.0.dev0"
__title__ = "attrs" __title__ = "attrs"
__description__ = "Attributes Without Boilerplate" __description__ = "Attributes Without Boilerplate"
__uri__ = "https://attrs.readthedocs.io/" __uri__ = "https://attrs.readthedocs.io/"
__doc__ = __description__ + " <" + __uri__ + ">"
__author__ = "Hynek Schlawack" __author__ = "Hynek Schlawack"
__email__ = "hs@ox.cx" __email__ = "hs@ox.cx"