mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Fixed #49 -- Added AUTHORS file to package manifest.
This commit is contained in:
parent
abb0bda522
commit
71f420ecf1
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
include AUTHORS
|
||||
include README.rst
|
||||
include CHANGES.rst
|
||||
include .travis.yml
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
from .base import Settings
|
||||
from .decorators import pristinemethod
|
||||
|
||||
__version__ = '0.3.1'
|
||||
__version__ = '0.3.2'
|
||||
__all__ = ['Settings', 'pristinemethod']
|
||||
|
|
|
|||
Loading…
Reference in a new issue