Skip to content

Commit 395d7ab

Browse files
committed
missing inlude the license
1 parent d78a9d9 commit 395d7ab

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
File renamed without changes.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
include LICENSE
1+
include LICENSE.txt
22
include README.rst
33
recursive-include contact_widget/templates *

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Django Contact Widget is available directly from `PyPI`_:
2525
***).** And don't forget to add ``contact_widget`` to your ``INSTALLED_APPS``.
2626

2727

28+
Requirement
29+
----------------------
30+
31+
* ``Django>=1.10.1``
32+
33+
2834
Database Migration
2935
----------------------
3036

@@ -34,12 +40,6 @@ Database Migration
3440
$ ./manage.py migrate contact_widget
3541

3642

37-
Requirement
38-
----------------------
39-
40-
* ``Django>=1.10.1``
41-
42-
4343
Setting Configuration
4444
----------------------
4545

@@ -75,7 +75,7 @@ You can include it wherever you like in your site's URL configuration; for examp
7575
Usage
7676
----------------------
7777

78-
Include the tempalte from ``contact_widget/contact.html`` to your sidebar for example.
78+
Include the template from ``contact_widget/contact.html`` to your sidebar for example.
7979

8080
::
8181

contact_widget/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = '1.0.2'
3+
__VERSION__ = '1.0.3'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'

0 commit comments

Comments
 (0)