Fixed #49 -- Added AUTHORS file to package manifest.

This commit is contained in:
Jannis Leidel 2014-01-16 17:53:39 +01:00
parent abb0bda522
commit 71f420ecf1
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
include AUTHORS
include README.rst
include CHANGES.rst
include .travis.yml

View file

@ -2,5 +2,5 @@
from .base import Settings
from .decorators import pristinemethod
__version__ = '0.3.1'
__version__ = '0.3.2'
__all__ = ['Settings', 'pristinemethod']